x25519-dalek 0.1.0

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.1.0"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>"]
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"
readme = "README.md"
keywords = ["cryptography", "curve25519", "key-exchange", "x25519", "diffie-hellman"]
categories = ["cryptography", "no-std"]
license = "BSD-3-Clause"
repository = "https://github.com/isislovecruft/x25519-dalek"
[dependencies.rand]
version = "^0.3"
optional = true

[dependencies.curve25519-dalek]
version = "^0.12"

[features]
default = ["std", "nightly"]
std = ["rand", "curve25519-dalek/std"]
bench = []
nightly = ["curve25519-dalek/nightly"]
[badges.travis-ci]
branch = "master"
repository = "isislovecruft/x25519-dalek"