tmp-ed25519 1.0.0-pre.3

Temp crate do not use! This is a holding crate waiting on a PR to upstream being merged.
Documentation
[[bench]]
harness = false
name = "ed25519_benchmarks"
[badges.travis-ci]
branch = "master"
repository = "dalek-cryptography/ed25519-dalek"
[dependencies.clear_on_drop]
version = "0.2"

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

[dependencies.merlin]
default-features = false
optional = true
version = "1"

[dependencies.rand]
default-features = false
optional = true
version = "0.7"

[dependencies.rand_core]
default-features = false
optional = true
version = "0.5"

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.sha2]
default-features = false
version = "0.8"
[dev-dependencies.bincode]
version = "^0.9"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.hex]
version = "^0.4"

[dev-dependencies.rand]
version = "0.7"

[features]
alloc = ["curve25519-dalek/alloc", "rand/alloc"]
asm = ["sha2/asm"]
batch = ["merlin", "rand"]
batch_deterministic = ["merlin", "rand", "rand_core"]
default = ["std", "u64_backend"]
legacy_compatibility = []
nightly = ["curve25519-dalek/nightly", "clear_on_drop/nightly", "rand/nightly"]
simd_backend = ["curve25519-dalek/simd_backend"]
std = ["curve25519-dalek/std", "sha2/std", "rand/std"]
u32_backend = ["curve25519-dalek/u32_backend"]
u64_backend = ["curve25519-dalek/u64_backend"]

[package]
authors = ["isis lovecruft <isis@patternsinthevoid.net>, dirvine <david.irvine@maidsafe.net>"]
categories = ["cryptography", "no-std"]
description = "Temp crate do not use! This is a holding crate waiting on a PR to upstream being merged."
documentation = "https://docs.rs/tmp-ed25519"
exclude = [".gitignore", "TESTVECTORS", "res/*"]
homepage = "https://dalek.rs"
keywords = ["cryptography", "ed25519", "curve25519", "signature", "ECC"]
license = "BSD-3-Clause"
name = "tmp-ed25519"
readme = "README.md"
repository = "https://github.com/dirvine/ed25519-dalek"
version = "1.0.0-pre.3"
[package.metadata.docs.rs]
features = ["nightly", "batch"]