# 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 = "vitaminc-kms" version = "0.1.0-pre2" authors = ["Dan Draper "] description = "AWS KMS implementation for Vitamin C traits" homepage = "https://cipherstash.com" documentation = "https://docs.rs/vitaminc" readme = "README.md" keywords = [ "cryptography", "security", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/cipherstash/vitaminc" [dependencies.aws-config] version = "1.5.6" [dependencies.aws-sdk-kms] version = "1.43.0" [dependencies.thiserror] version = "1.0.63" [dependencies.vitaminc-async-traits] version = "0.1.0-pre" [dependencies.vitaminc-protected] version = "0.1.0-pre" [dependencies.vitaminc-traits] version = "0.1.0-pre" [dependencies.zeroize] version = "1.8.1" [dev-dependencies.tokio] version = "1.40.0" features = [ "rt", "rt-multi-thread", "macros", ]