# 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_caching" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The AWS Secrets Manager Rust caching client enables in-process caching of secrets for Rust applications." homepage = "https://github.com/aws/aws-secretsmanager-agent/aws_secretsmanager_caching" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/aws/aws-secretsmanager-agent" [lib] name = "aws_secretsmanager_caching" path = "src/lib.rs" [dependencies.aws-config] version = "1" [dependencies.aws-sdk-secretsmanager] version = "1" [dependencies.aws-smithy-types] version = "1" [dependencies.linked-hash-map] version = "0.5.6" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "sync", ] [dev-dependencies.aws-sdk-secretsmanager] version = "1" features = ["test-util"] [dev-dependencies.aws-smithy-mocks-experimental] version = "0" [dev-dependencies.aws-smithy-runtime] version = "1" features = ["test-util"] [dev-dependencies.http] version = "0" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "sync", "test-util", ] [dev-dependencies.tokio-test] version = "0.4.4"