# 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 = "aws_secretsmanager_agent" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The AWS Secrets Manager Agent is a local HTTP service that you can install and use in your compute environments to read secrets from Secrets Manager and cache them in memory." homepage = "https://github.com/aws/aws-secretsmanager-agent" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/aws/aws-secretsmanager-agent" [[bin]] name = "aws_secretsmanager_agent" path = "src/main.rs" [dependencies.aws-config] version = "1" [dependencies.aws-sdk-secretsmanager] version = "1" [dependencies.aws-sdk-sts] version = "1" [dependencies.aws-smithy-runtime-api] version = "1" [dependencies.aws_secretsmanager_caching] version = "1.0.0" [dependencies.bytes] version = "1" [dependencies.config] version = "0.14" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = [ "http1", "server", ] [dependencies.hyper-util] version = "0.1" features = ["tokio"] [dependencies.log] version = "0.4.20" [dependencies.log4rs] version = "1.2.0" features = ["gzip"] [dependencies.pretty_env_logger] version = "0.5" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "net", "macros", ] [dependencies.url] version = "2" [dev-dependencies.aws-smithy-runtime] version = "1" features = ["test-util"] [dev-dependencies.aws-smithy-types] version = "1" [dev-dependencies.http] version = "0.2.9" [dev-dependencies.hyper] version = "1" features = [ "http1", "server", "client", ] [dev-dependencies.tokio] version = "1" features = [ "test-util", "rt-multi-thread", "net", "macros", ]