[package] name = "ml-api" version = "0.1.0" edition = "2024" [dependencies] anyhow = "1.0.98" axum = { version = "0.8.4", features = ["ws"] } dotenv = "0.15.0" futures = "0.3.31" lazy_static = "1.5.0" reqwest = { version = "0.12.20", features = ["json", "rustls-tls"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" tokio = { version = "1.45.1", features = ["full"] } tracing = "0.1.41" tracing-subscriber = "0.3.19" utoipa = { version = "5.4.0", features = ["axum_extras"] } utoipa-axum = "0.2.0" utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }