[package] name = "api-server" edition.workspace = true version.workspace = true license.workspace = true [dependencies] axum = "0.8" dotenvy = "0.15" reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } module-assets = { path = "../module-assets" } module-auth = { path = "../module-auth" } platform-auth = { path = "../platform-auth" } platform-oss = { path = "../platform-oss" } serde = { version = "1", features = ["derive"] } serde_json = "1" shared-logging = { path = "../shared-logging" } spacetime-client = { path = "../spacetime-client" } tokio = { version = "1", features = ["macros", "rt-multi-thread", "net"] } time = { version = "0.3", features = ["formatting"] } tower-http = { version = "0.6", features = ["trace"] } tracing = "0.1" url = "2" urlencoding = "2" uuid = { version = "1", features = ["v4"] } [dev-dependencies] base64 = "0.22" hmac = "0.12" httpdate = "1" http-body-util = "0.1" reqwest = { version = "0.12", default-features = false, features = ["json", "multipart", "rustls-tls"] } sha1 = "0.10" tower = { version = "0.5", features = ["util"] }