# 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] edition = "2018" name = "ed25519-consensus" version = "2.1.0" authors = ["Henry de Valence "] description = "Ed25519 suitable for use in consensus-critical contexts." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/penumbra-zone/ed25519-consensus" resolver = "2" [[test]] name = "rfc8032" [[test]] name = "unit_tests" [[test]] name = "batch" [[bench]] name = "bench" harness = false [dependencies.curve25519-dalek] version = "4.1" features = [ "u64_backend", "alloc", ] default-features = false package = "curve25519-dalek-ng" [dependencies.hex] version = "0.4" features = ["alloc"] default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.sha2] version = "0.9" default-features = false [dependencies.thiserror] version = "1" optional = true [dependencies.zeroize] version = "1.1" default-features = false [dev-dependencies.bincode] version = "1" [dev-dependencies.color-eyre] version = "0.5" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.ed25519-zebra-legacy] version = "1" package = "ed25519-zebra" [dev-dependencies.once_cell] version = "1.4" [dev-dependencies.rand] version = "0.8" [features] default = [ "serde", "std", ] std = ["thiserror"]