# 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 = "cadre" version = "0.5.4" authors = [ "Luis Capelo ", "Eric Zhang ", ] description = "Cadre is a simple, self-hosted, high-performance remote configuration service." documentation = "https://docs.rs/cadre" readme = "README.md" keywords = [ "config", "web", "service", "remote", ] categories = [ "development-tools", "web-programming", "config", "database", ] license = "MIT" repository = "https://github.com/modal-labs/cadre" [dependencies.anyhow] version = "1.0.56" features = ["backtrace"] [dependencies.async-trait] version = "0.1.56" [dependencies.aws-config] version = "0.49.0" [dependencies.aws-sdk-s3] version = "0.19.0" [dependencies.aws-sdk-secretsmanager] version = "0.19.0" [dependencies.aws-types] version = "0.49.0" [dependencies.axum] version = "0.5.9" features = ["headers"] [dependencies.clap] version = "3.2.6" features = [ "derive", "env", ] [dependencies.fastrand] version = "1.7.0" [dependencies.hyper] version = "0.14.18" features = ["full"] [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.tempfile] version = "3.3.0" [dependencies.tokio] version = "1.19.2" features = ["full"] [dependencies.tracing] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.11" [dev-dependencies.tokio] version = "1.19.2" features = ["test-util"]