# 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 = "hemlock_lib" version = "0.1.0" description = "A secret-sharing service" readme = "README.md" license = "GPL-3.0-or-later" [lib] crate-type = [ "lib", "staticlib", ] [dependencies.aws-config] version = "1.1.7" features = ["behavior-version-latest"] [dependencies.aws-sdk-dynamodb] version = "1.25.0" [dependencies.aws-sdk-s3] version = "1.34.0" [dependencies.aws-smithy-runtime-api] version = "1.6.0" [dependencies.rand] version = "0.8.5" [dependencies.rusty_crypto] version = "0.1.24" [dependencies.tokio] version = "1" features = ["full"]