# 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-cache" version = "0.5.0" authors = ["Adam Quigley"] description = "A client for in-process caching of secrets from AWS Secrets manager" homepage = "https://github.com/adamjq/aws-secretsmanager-cache-rust" readme = "README.md" keywords = [ "aws", "aws-secrets-manager", "aws-sdk-rust", "LRU", "cache", ] categories = ["caching"] license = "MIT OR Apache-2.0" repository = "https://github.com/adamjq/aws-secretsmanager-cache-rust" [dependencies.aws-config] version = "0.55.1" [dependencies.aws-sdk-config] version = "0.26.0" [dependencies.aws-sdk-secretsmanager] version = "0.26.0" [dependencies.lru] version = "0.10.0" [dependencies.tokio] version = "1.28.0" features = ["full"] [dev-dependencies.async_once] version = "0.2.6" [dev-dependencies.lazy_static] version = "1.4.0"