[[bench]]
harness = false
name = "dalek_benchmarks"
[badges.travis-ci]
branch = "master"
repository = "dalek-cryptography/curve25519-dalek"
[build-dependencies.byteorder]
default-features = false
features = ["i128"]
version = "^1.2.3"
[build-dependencies.clear_on_drop]
version = "=0.2.3"
[build-dependencies.digest]
default-features = false
version = "0.8"
[build-dependencies.packed_simd]
features = ["into_bits"]
optional = true
version = "0.3.0"
[build-dependencies.rand]
default-features = false
version = "0.6.0"
[build-dependencies.serde]
optional = true
version = "1.0"
[build-dependencies.subtle]
default-features = false
version = "2.0.0-pre.0"
[dependencies.byteorder]
default-features = false
features = ["i128"]
version = "^1.2.3"
[dependencies.clear_on_drop]
version = "=0.2.3"
[dependencies.digest]
default-features = false
version = "0.8"
[dependencies.packed_simd]
features = ["into_bits"]
optional = true
version = "0.3.0"
[dependencies.rand]
default-features = false
version = "0.6.0"
[dependencies.serde]
optional = true
version = "1.0"
[dependencies.subtle]
default-features = false
version = "2.0.0-pre.0"
[dev-dependencies.bincode]
version = "1"
[dev-dependencies.criterion]
version = "0.2"
[dev-dependencies.sha2]
default-features = false
version = "0.8"
[features]
alloc = []
avx2_backend = ["nightly", "u64_backend", "packed_simd"]
default = ["std", "u64_backend"]
nightly = ["subtle/nightly", "clear_on_drop/nightly"]
stage2_build = []
std = ["alloc", "subtle/std", "rand/std"]
u32_backend = []
u64_backend = []
yolocrypto = []
[package]
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>", "Henry de Valence <hdevalence@hdevalence.ca>"]
build = "build.rs"
categories = ["cryptography", "no-std"]
description = "A pure-Rust implementation of group operations on Ristretto and Curve25519"
documentation = "https://docs.rs/curve25519-dalek"
exclude = ["**/.gitignore", ".gitignore", ".travis.yml"]
homepage = "https://dalek.rs/curve25519-dalek"
keywords = ["cryptography", "ristretto", "curve25519", "ECC"]
license = "BSD-3-Clause"
name = "curve25519-dalek"
readme = "README.md"
repository = "https://github.com/dalek-cryptography/curve25519-dalek"
version = "1.0.0"
[package.metadata.docs.rs]
features = ["nightly"]
rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-0.13.2/rustdoc-include-katex-header.html"]