# 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 = "envelopers" version = "0.8.2" description = "A very simple envelope encryption library using aes-gcm" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/cipherstash/envelopers" [[example]] name = "kms" required-features = [ "aws-kms", "cache", ] [[example]] name = "kms-benchmark" required-features = [ "aws-kms", "cache", ] [dependencies.aes-gcm] version = "0.10.1" [dependencies.aes-gcm-siv] version = "0.11.1" [dependencies.async-mutex] version = "1.4.0" [dependencies.async-trait] version = "0.1.53" [dependencies.aws-config] version = "1.1.1" features = ["behavior-version-latest"] optional = true [dependencies.aws-sdk-kms] version = "1.9.0" features = ["behavior-version-latest"] optional = true [dependencies.aws-smithy-runtime] version = "1.1.1" [dependencies.lru] version = "0.7.5" [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.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.30" [dependencies.zeroize] version = "1.5.7" features = ["zeroize_derive"] [dev-dependencies.aws-smithy-runtime] version = "1.1.1" features = [ "client", "test-util", ] [dev-dependencies.aws-smithy-types] version = "1.1.1" [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.futures] version = "0.3.21" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.3.2" [dev-dependencies.http] version = "0.2" [dev-dependencies.itertools] version = "0.10.3" [dev-dependencies.tokio] version = "1.17.0" features = [ "macros", "rt-multi-thread", ] [features] aws-kms = [ "dep:aws-sdk-kms", "dep:aws-config", ] cache = [] default = [ "aws-kms", "cache", ] tokio = ["aws-sdk-kms?/rt-tokio"]