# 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_core" version = "0.65.0" authors = ["Ockam Developers"] publish = true description = """ The Ockam Key Exchange trait. """ homepage = "https://github.com/build-trust/ockam" readme = "README.md" keywords = [ "ockam", "crypto", "kex", "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_core" resolver = "2" [dependencies.ockam_core] version = "^0.74.0" default_features = false [dependencies.zeroize] version = "1.4.2" features = ["zeroize_derive"] [features] alloc = ["ockam_core/alloc"] default = ["std"] no_std = ["ockam_core/no_std"] std = [ "ockam_core/std", "alloc", ]