# 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" rust-version = "1.70.0" name = "ockam_vault_aws" version = "0.54.0" authors = ["Ockam Developers"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = """ An AWS KMS Ockam Vault implementation. """ homepage = "https://github.com/build-trust/ockam" readme = "README.md" keywords = [ "ockam", "crypto", "cryptography", "authentication", "no-std", ] categories = [ "cryptography", "asynchronous", "authentication", "no-std", "algorithms", ] license = "Apache-2.0" repository = "https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_vault_aws" [package.metadata.cargo-machete] ignored = [ "ockam_macros", "ockam_node", ] [lib] name = "ockam_vault_aws" crate-type = ["rlib"] path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.aws-config] version = "1.5.8" features = [ "rustls", "rt-tokio", ] default-features = false [dependencies.aws-sdk-kms] version = "1.47.0" features = ["rustls"] default-features = false [dependencies.ockam_core] version = "^0.122.0" default-features = false [dependencies.ockam_macros] version = "^0.36.0" default-features = false [dependencies.ockam_node] version = "^0.135.0" default-features = false [dependencies.ockam_vault] version = "^0.128.0" default-features = false [dependencies.p256] version = "0.13.2" default-features = false [dependencies.sha2] version = "0.10" default-features = false [dependencies.thiserror] version = "1.0.64" [dependencies.tracing] version = "0.1" default-features = false [dev-dependencies.hex] version = "0.4" default-features = false [dev-dependencies.tokio] version = "1.41" features = ["full"] [features] alloc = [ "ockam_core/alloc", "ockam_node/alloc", "ockam_vault/alloc", ] aws-lc = ["ockam_vault/aws-lc"] credentials-sso = ["aws-config/sso"] default = [ "std", "rust-crypto", ] no_std = [ "ockam_core/no_std", "ockam_macros/no_std", "ockam_node/no_std", "ockam_vault/no_std", ] rust-crypto = ["ockam_vault/rust-crypto"] std = [ "ockam_core/std", "ockam_macros/std", "ockam_node/std", "ockam_vault/std", ] storage = ["ockam_vault/storage"]