x25519-dalek 0.5.1

X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek.
Documentation
# 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]
name = "x25519-dalek"
version = "0.5.1"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>", "DebugSteven <debugsteven@gmail.com>", "Henry de Valence <hdevalence@hdevalence.ca>"]
exclude = [".gitignore", ".travis.yml", "CONTRIBUTING.md"]
description = "X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek."
homepage = "https://dalek.rs/"
documentation = "https://docs.rs/x25519-dalek"
readme = "README.md"
keywords = ["cryptography", "curve25519", "key-exchange", "x25519", "diffie-hellman"]
categories = ["cryptography", "no-std"]
license = "BSD-3-Clause"
repository = "https://github.com/dalek-cryptography/x25519-dalek"
[package.metadata.docs.rs]
features = ["nightly"]

[[bench]]
name = "x25519"
harness = false
[dependencies.clear_on_drop]
version = "0.2"

[dependencies.curve25519-dalek]
version = "1"
default-features = false

[dependencies.rand_core]
version = "0.3"
default-features = false
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.rand_os]
version = "0.1"

[features]
default = ["std", "u64_backend"]
nightly = ["curve25519-dalek/nightly", "clear_on_drop/nightly"]
std = ["curve25519-dalek/std"]
u32_backend = ["curve25519-dalek/u32_backend"]
u64_backend = ["curve25519-dalek/u64_backend"]
[badges.travis-ci]
branch = "master"
repository = "dalek-cryptography/x25519-dalek"