1 2 3 4 5 6 7 8 9 10 11
[package] name = "spaceapi-svr" version = "0.1.0" edition = "2024" [dependencies] hyper = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] } http-body-util = "0.1" hyper-util = { version = "0.1", features = ["full"] } serde_json = "1.0.140"