# 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" name = "noah-x25519-dalek" version = "4.0.0" authors = [ "Isis Lovecruft ", "DebugSteven ", "Henry de Valence ", ] exclude = [".gitignore"] description = "X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek." readme = "README.md" keywords = [ "cryptography", "curve25519", "key-exchange", "x25519", "diffie-hellman", ] categories = [ "cryptography", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/FindoraNetwork/x25519-dalek" resolver = "2" [package.metadata.docs.rs] features = [ "nightly", "reusable_secrets", "serde", ] [[bench]] name = "x25519" harness = false [dependencies.curve25519-dalek] version = "4.0.0" default-features = false package = "noah-curve25519-dalek" [dependencies.our_serde] version = "1" features = ["derive"] optional = true default-features = false package = "serde" [dependencies.rand_core] version = "0.6" default-features = false [dependencies.zeroize] version = "1" features = ["zeroize_derive"] default-features = false [dev-dependencies.bincode] version = "1" [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.rand_core] version = "0.6" features = ["std"] default-features = false [features] default = [ "std", "u64_backend", ] fiat_u32_backend = ["curve25519-dalek/fiat_u32_backend"] fiat_u64_backend = ["curve25519-dalek/fiat_u64_backend"] nightly = ["curve25519-dalek/nightly"] reusable_secrets = [] serde = [ "our_serde", "curve25519-dalek/serde", ] std = ["curve25519-dalek/std"] u32_backend = ["curve25519-dalek/u32_backend"] u64_backend = ["curve25519-dalek/u64_backend"]