[package] name = "{{project-name}}" version = "0.1.0" edition = "2021" [dependencies] anyhow = "1.0.79" axum = "0.7.3" axum-mongodb = "0.2.2" mongodb = "2.8.0" chrono = { version = "0.4.31", features = ["serde"] } serde = { version = "1.0.195", features = ["derive"] } serde_json = "1.0.111" thiserror = "1.0.56" tokio = { version = "1.35.1", features = ["full"] } tower-http = { version = "0.5.0", features = ["full"] } shuttle-axum = "0.36.0" shuttle-runtime = "0.36.0" shuttle-shared-db = { version = "0.36.0", features = ["mongodb"] } {%- if logs %} tracing = "0.1.40" tracing-subscriber = "0.3.18" {% endif %}