# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "carbon-curve25519-dalek" version = "3.2.1" authors = [ "Isis Lovecruft ", "Henry de Valence ", ] build = false exclude = [ "**/.gitignore", ".gitignore", ".travis.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A pure-Rust implementation of group operations on ristretto255 and Curve25519" homepage = "https://dalek.rs/curve25519-dalek" documentation = "https://docs.rs/curve25519-dalek" readme = "README.md" keywords = [ "cryptography", "crypto", "ristretto", "curve25519", "ristretto255", ] categories = [ "cryptography", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/dalek-cryptography/curve25519-dalek" [package.metadata.docs.rs] features = [ "nightly", "simd_backend", ] [lib] name = "carbon_curve25519_dalek" path = "src/lib.rs" [[bench]] name = "dalek_benchmarks" path = "benches/dalek_benchmarks.rs" harness = false [dependencies.byteorder] version = "^1.2.3" features = ["i128"] default-features = false [dependencies.digest] version = "0.9" default-features = false [dependencies.fiat-crypto] version = "0.1.6" optional = true [dependencies.packed_simd] version = "0.3.4" features = ["into_bits"] optional = true package = "packed_simd_2" [dependencies.rand_core] version = "0.5" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.subtle] version = "^2.2.1" default-features = false [dependencies.zeroize] version = "1" default-features = false [dev-dependencies.bincode] version = "1" [dev-dependencies.criterion] version = "0.3.0" features = ["html_reports"] [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.rand] version = "0.7" [dev-dependencies.sha2] version = "0.9" default-features = false [features] alloc = ["zeroize/alloc"] avx2_backend = ["simd_backend"] default = [ "std", "u64_backend", ] fiat_u32_backend = ["fiat-crypto"] fiat_u64_backend = ["fiat-crypto"] nightly = ["subtle/nightly"] simd_backend = [ "nightly", "u64_backend", "packed_simd", ] std = [ "alloc", "subtle/std", "rand_core/std", ] u32_backend = [] u64_backend = [] [badges.travis-ci] branch = "master" repository = "dalek-cryptography/curve25519-dalek"