# 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 = "tmp-ed25519" version = "1.0.0-pre.3" authors = ["isis lovecruft , dirvine "] exclude = [".gitignore", "TESTVECTORS", "res/*"] description = "Temp crate do not use! This is a holding crate waiting on a PR to upstream being merged." homepage = "https://dalek.rs" documentation = "https://docs.rs/tmp-ed25519" readme = "README.md" keywords = ["cryptography", "ed25519", "curve25519", "signature", "ECC"] categories = ["cryptography", "no-std"] license = "BSD-3-Clause" repository = "https://github.com/dirvine/ed25519-dalek" [package.metadata.docs.rs] features = ["nightly", "batch"] [[bench]] name = "ed25519_benchmarks" harness = false [dependencies.clear_on_drop] version = "0.2" [dependencies.curve25519-dalek] version = "2" default-features = false [dependencies.merlin] version = "1" optional = true default-features = false [dependencies.rand] version = "0.7" optional = true default-features = false [dependencies.rand_core] version = "0.5" optional = true default-features = false [dependencies.serde] version = "1.0" optional = true [dependencies.sha2] version = "0.8" default-features = false [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"] [badges.travis-ci] branch = "master" repository = "dalek-cryptography/ed25519-dalek"