# 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.56.0" name = "ockam_key_exchange_xx" version = "0.79.0" authors = ["Ockam Developers"] publish = true description = """ The Ockam Noise XX implementation. """ homepage = "https://github.com/build-trust/ockam" readme = "README.md" keywords = [ "ockam", "crypto", "xx", "cryptography", "encryption", ] categories = [ "cryptography", "asynchronous", "authentication", "embedded", "no-std", ] license = "Apache-2.0" repository = "https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_key_exchange_xx" resolver = "2" [dependencies.ockam_core] version = "^0.82.0" default_features = false [dependencies.ockam_macros] version = "^0.30.0" default_features = false [dependencies.ockam_vault] version = "^0.78.0" default_features = false [dev-dependencies.hex] version = "0.4" [dev-dependencies.ockam_node] version = "^0.85.0" [features] alloc = ["ockam_vault/alloc"] default = ["std"] no_std = ["ockam_vault/no_std"] std = ["ockam_vault/std"]