[package] name = "{{project-name}}" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.79" axum = "0.7.3" axum-mongodb = "0.2.2" chrono = { version = "0.4.31", features = ["serde"] } mongodb = "2.8.0" 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"] } {%- if logs %} tracing = "0.1.40" tracing-subscriber = "0.3.18" {% endif %}