# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "kms_rs" version = "0.2.0" authors = ["Jeff Rade "] description = "A crate for interacting with AWS KMS." readme = "README.md" keywords = ["aws", "kms", "keys"] license = "MIT OR Apache-2.0" repository = "https://github.com/jeffrade/kms_rs" [dependencies.base64] version = "0.13" [dependencies.bytes] version = "0.5" [dependencies.futures] version = "0.3.8" [dependencies.rusoto_core] version = "0.45.0" [dependencies.rusoto_kms] version = "0.45.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.2" [dev-dependencies.clap] version = "2.33.3"