# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "local-atlas-data-api" version = "0.1.1" description = "A local MongoDB Atlas Data API for testing" readme = "README.md" keywords = ["mongodb"] license = "Apache-2.0" repository = "https://github.com/grafbase/mongodb-data-api" [dependencies.anyhow] version = "1.0.72" [dependencies.axum] version = "0.6.20" features = ["tracing"] [dependencies.base64] version = "0.21.2" [dependencies.clap] version = "4.3.21" features = [ "derive", "env", ] [dependencies.futures] version = "0.3.28" [dependencies.mongodb] version = "2.6.0" features = ["tracing-unstable"] [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.30.0" features = [ "tokio-macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2"