# 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 = "enveloper" version = "0.2.0" description = "A very simple envelope encryption library using aes-gcm" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/cipherstash/enveloper" resolver = "2" [dependencies.aes-gcm] version = "0.9.4" [dependencies.async-trait] version = "0.1.53" [dependencies.aws-sdk-kms] version = "0.10.1" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_cbor] version = "0.11.2" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.aws-config] version = "0.10.1" [dev-dependencies.aws-smithy-client] version = "0.40.2" features = ["test-util"] [dev-dependencies.aws-smithy-http] version = "0.40.2" [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.3.2" [dev-dependencies.http] version = "0.2" [dev-dependencies.tokio] version = "1.17.0" features = ["macros", "rt-multi-thread"]