# 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_identity" version = "0.127.0" authors = ["Ockam Developers"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = """ Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices. """ homepage = "https://github.com/build-trust/ockam" readme = "README.md" keywords = [ "ockam", "crypto", "encryption", "authentication", ] categories = [ "cryptography", "authentication", ] license = "Apache-2.0" repository = "https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_identity" [package.metadata.cargo-machete] ignored = [ "chrono", "serde_json", "tokio-retry", ] [lib] name = "ockam_identity" path = "src/lib.rs" [[test]] name = "aws" path = "tests/aws.rs" [[test]] name = "channel" path = "tests/channel.rs" [[test]] name = "ciphertext_message_flow_auth" path = "tests/ciphertext_message_flow_auth.rs" [[test]] name = "credentials" path = "tests/credentials.rs" [[test]] name = "credentials_refresh" path = "tests/credentials_refresh.rs" [[test]] name = "identity_creation" path = "tests/identity_creation.rs" [[test]] name = "identity_verification" path = "tests/identity_verification.rs" [[test]] name = "persistence" path = "tests/persistence.rs" [[test]] name = "plaintext_message_flow_auth" path = "tests/plaintext_message_flow_auth.rs" [[test]] name = "purpose_key_creation" path = "tests/purpose_key_creation.rs" [[test]] name = "purpose_key_verification" path = "tests/purpose_key_verification.rs" [[test]] name = "update_route" path = "tests/update_route.rs" [dependencies.async-trait] version = "0.1.82" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.38" default-features = false [dependencies.delegate] version = "0.13.0" [dependencies.hex] version = "0.4" default-features = false [dependencies.minicbor] version = "0.25.1" features = ["derive"] default-features = false [dependencies.ockam_core] version = "^0.120.0" default-features = false [dependencies.ockam_macros] version = "^0.35.0" default-features = false [dependencies.ockam_node] version = "^0.132.0" default-features = false [dependencies.ockam_transport_core] version = "^0.97.0" default-features = false [dependencies.ockam_vault] version = "^0.125.0" optional = true default-features = false [dependencies.rand] version = "0.8" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_bare] version = "0.5.0" features = ["alloc"] default-features = false [dependencies.serde_json] version = "1.0" optional = true [dependencies.sha2] version = "0.10" default-features = false [dependencies.sqlx] version = "0.8.2" optional = true default-features = false [dependencies.static_assertions] version = "1.1.0" [dependencies.tokio-retry] version = "0.3.0" optional = true default-features = false [dependencies.tracing] version = "0.1" default-features = false [dependencies.tracing-attributes] version = "0.1" default-features = false [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.rand_xorshift] version = "0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.tokio] version = "1.41.0" features = ["full"] [dev-dependencies.zeroize] version = "1.8.1" [features] OCKAM_XX_25519_AES128_GCM_SHA256 = [ "ockam_vault/disable_default_noise_protocol", "ockam_vault/OCKAM_XX_25519_AES128_GCM_SHA256", ] OCKAM_XX_25519_AES256_GCM_SHA256 = [ "ockam_vault/disable_default_noise_protocol", "ockam_vault/OCKAM_XX_25519_AES256_GCM_SHA256", ] OCKAM_XX_25519_ChaChaPolyBLAKE2s = [ "ockam_vault/disable_default_noise_protocol", "ockam_vault/OCKAM_XX_25519_ChaChaPolyBLAKE2s", ] alloc = [ "ockam_core/alloc", "ockam_node/alloc", "ockam_vault/alloc", "hex/alloc", "minicbor/alloc", "serde_bare/alloc", ] aws-lc = ["ockam_vault?/aws-lc"] debugger = ["ockam_core/debugger"] default = [ "std", "software_vault", "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"] software_vault = ["ockam_vault"] std = [ "alloc", "chrono/std", "ockam_core/std", "ockam_macros/std", "ockam_node/std", "ockam_vault/std", "hex/std", "serde_bare/std", "minicbor/std", "storage", ] storage = [ "ockam_vault/storage", "sqlx", "tokio-retry", ]