# 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-parameters-and-secrets-lambda" version = "1.0.0" authors = ["Tom Humphreys "] description = "Cache AWS Secrets Manager secrets in your AWS Lambda function" homepage = "https://docs.rs/aws-parameters-and-secrets-lambda/" readme = "README.md" keywords = [ "aws", "secrets", "lambda", ] categories = [ "asynchronous", "caching", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/Tom01098/aws-parameters-and-secrets-lambda" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-musl" targets = [] [dependencies.anyhow] version = "1" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.sealed] version = "0.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.static_assertions] version = "1" [dev-dependencies.httpmock] version = "0.7" [dev-dependencies.maplit] version = "1" [dev-dependencies.temp-env] version = "0.3" [dev-dependencies.tokio] version = "1.23.0" features = ["macros"] [dev-dependencies.tokio-test] version = "0.4"