# 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_x3dh" version = "0.71.0" authors = ["Ockam Developers"] publish = true description = """ The Ockam X3DH implementation. """ homepage = "https://github.com/build-trust/ockam" readme = "README.md" keywords = [ "ockam", "crypto", "x3dh", "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_x3dh" resolver = "2" [dependencies.arrayref] version = "0.3" [dependencies.hex] version = "0.4" default-features = false [dependencies.ockam_core] version = "^0.76.0" default_features = false [dependencies.ockam_macros] version = "^0.27.0" default_features = false [dependencies.zeroize] version = "1.4.2" features = ["zeroize_derive"] [dev-dependencies.ockam_node] version = "^0.79.0" [dev-dependencies.ockam_vault] version = "^0.72.0" [features] alloc = [ "ockam_core/alloc", "ockam_macros/alloc", "hex/alloc", ] default = ["std"] no_std = [ "ockam_core/no_std", "ockam_macros/no_std", ] std = [ "ockam_core/std", "ockam_macros/std", "alloc", "hex/std", ]