# 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 = "cnctd_aws" version = "0.1.9" authors = [ "Connected Dot Inc.", "Kyle Ebner ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wrapper around AWS methods" readme = "README.md" keywords = ["module"] license = "MIT" repository = "https://github.com/Connected-Dot/cnctd_aws" [lib] name = "cnctd_aws" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.aws-config] version = "1.1.10" features = ["behavior-version-latest"] [dependencies.aws-sdk-s3] version = "1.23.0" [dependencies.aws-sdk-secretsmanager] version = "1.21.0" [dependencies.aws-types] version = "1.1.9" [dependencies.cloudfront_sign] version = "0.3.0" [dependencies.futures] version = "0.3.30" [dependencies.rust-s3] version = "0.33.0" features = ["no-verify-ssl"] [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.urlencoding] version = "1.0.1"