# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "x25519-dalek-fiat" version = "0.1.0" authors = ["opensource+ed25519-dalek-fiat@fb.com", "Konstantinos Chalkias ", "François Garillot "] exclude = [".gitignore", ".travis.yml", "CONTRIBUTING.md"] description = "X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek." documentation = "https://docs.rs/x25519-dalek-fiat" readme = "README.md" keywords = ["cryptography", "curve25519", "key-exchange", "x25519", "diffie-hellman"] categories = ["cryptography", "no-std"] license = "BSD-3-Clause" repository = "https://github.com/novifinancial/x25519-dalek" [package.metadata.docs.rs] features = ["nightly"] [[bench]] name = "x25519" harness = false [dependencies.curve25519-dalek-fiat] version = "0.1.0" default-features = false [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" [features] default = ["std", "u64_backend"] fiat_u64_backend = ["curve25519-dalek-fiat/fiat_u64_backend"] nightly = ["curve25519-dalek-fiat/nightly"] serde = ["our_serde", "curve25519-dalek-fiat/serde"] std = ["curve25519-dalek-fiat/std"] u32_backend = ["curve25519-dalek-fiat/u32_backend"] u64_backend = ["curve25519-dalek-fiat/u64_backend"]