# 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.60" name = "crypto_kx" version = "0.2.1" authors = [ "C4DT", "RustCrypto Developers", ] description = "Pure Rust implementation of libsodium's crypto_kx using BLAKE2" homepage = "https://github.com/RustCrypto/nacl-compat" documentation = "https://docs.rs/crypto_kx" readme = "README.md" keywords = [ "nacl", "libsodium", "public-key", "blake2", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/nacl-compat/tree/master/crypto_kx" [package.metadata.docs.rs] features = ["serde"] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.blake2] version = "0.10" default-features = false [dependencies.curve25519-dalek] version = "4" features = ["zeroize"] default-features = false [dependencies.rand_core] version = "0.6.4" [dependencies.serdect] version = "0.2" optional = true default-features = false [dev-dependencies.rand_core] version = "0.6" features = ["getrandom"] [features] getrandom = ["rand_core/getrandom"] serde = ["serdect"]