ed25519-dalek 0.4.0

Fast and efficient ed25519 EdDSA key generations, signing, and verification in pure Rust.
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 = "ed25519-dalek"
version = "0.4.0"
authors = ["Isis Lovecruft <isis@torproject.org>"]
exclude = [".gitignore", "TESTVECTORS", "res/*"]
description = "Fast and efficient ed25519 EdDSA key generations, signing, and verification in pure Rust."
homepage = "https://code.ciph.re/isis/ed25519-dalek"
documentation = "https://docs.rs/ed25519-dalek"
readme = "README.md"
keywords = ["cryptography", "ed25519", "curve25519", "signature", "ECC"]
categories = ["cryptography", "no-std"]
license = "CC0-1.0"
repository = "https://github.com/isislovecruft/ed25519-dalek"
[dependencies.curve25519-dalek]
version = "^0.10"
default-features = false

[dependencies.arrayref]
version = "0.3.3"

[dependencies.generic-array]
version = "^0.8"

[dependencies.digest]
version = "^0.6"

[dependencies.rand]
version = "^0.3"
optional = true

[dependencies.subtle]
version = "^0.2"
default-features = false
[dev-dependencies.rustc-serialize]
version = "0.3"

[dev-dependencies.sha2]
version = "^0.6"

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