curve25519-dalek 0.21.0

A pure-Rust implementation of group operations on Ristretto and Curve25519
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 = "curve25519-dalek"
version = "0.21.0"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>", "Henry de Valence <hdevalence@hdevalence.ca>"]
build = "build.rs"
exclude = ["**/.gitignore", ".gitignore", ".travis.yml"]
description = "A pure-Rust implementation of group operations on Ristretto and Curve25519"
homepage = "https://dalek.rs/curve25519-dalek"
documentation = "https://docs.rs/curve25519-dalek"
readme = "README.md"
keywords = ["cryptography", "ristretto", "curve25519", "ECC"]
categories = ["cryptography", "no-std"]
license = "BSD-3-Clause"
repository = "https://github.com/dalek-cryptography/curve25519-dalek"
[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"]

[[bench]]
name = "dalek_benchmarks"
harness = false
[dependencies.byteorder]
version = "^1.2.3"
features = ["i128"]
default-features = false

[dependencies.clear_on_drop]
version = "=0.2.3"

[dependencies.digest]
version = "0.7"

[dependencies.generic-array]
version = "0.9"

[dependencies.packed_simd]
version = "0.3.0"
features = ["into_bits"]
optional = true

[dependencies.rand]
version = "0.5"
default-features = false

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

[dependencies.subtle]
version = "1"
default-features = false
[dev-dependencies.bincode]
version = "1"

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

[dev-dependencies.sha2]
version = "0.7"
[build-dependencies.byteorder]
version = "^1.2.3"
features = ["i128"]
default-features = false

[build-dependencies.clear_on_drop]
version = "=0.2.3"

[build-dependencies.digest]
version = "0.7"

[build-dependencies.generic-array]
version = "0.9"

[build-dependencies.packed_simd]
version = "0.3.0"
features = ["into_bits"]
optional = true

[build-dependencies.rand]
version = "0.5"
default-features = false

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

[build-dependencies.subtle]
version = "1"
default-features = false

[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 = []
[badges.travis-ci]
branch = "master"
repository = "dalek-cryptography/curve25519-dalek"