# 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 = "2021" name = "frost-ed448" version = "2.0.0-rc.0" authors = [ "Deirdre Connolly ", "Chelsea Komlo ", "Conrado Gouvea ", ] description = "A Schnorr signature scheme over Ed448 that supports FROST." readme = "README.md" keywords = [ "cryptography", "crypto", "ed448", "threshold", "signature", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/ZcashFoundation/frost" [package.metadata.docs.rs] features = ["serde"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.document-features] version = "0.2.7" [dependencies.ed448-goldilocks] version = "0.9.0" [dependencies.frost-core] version = "2.0.0-rc.0" default-features = false [dependencies.frost-rerandomized] version = "2.0.0-rc.0" default-features = false [dependencies.rand_core] version = "0.6" [dependencies.sha3] version = "0.10.6" default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.frost-core] version = "2.0.0-rc.0" features = ["test-impl"] [dev-dependencies.frost-rerandomized] version = "2.0.0-rc.0" features = ["test-impl"] [dev-dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dev-dependencies.insta] version = "1.31.0" features = ["yaml"] [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.proptest] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.serde_json] version = "1.0" [features] cheater-detection = [ "frost-core/cheater-detection", "frost-rerandomized/cheater-detection", ] default = [ "serialization", "cheater-detection", "std", ] nightly = [] serde = ["frost-core/serde"] serialization = [ "serde", "frost-core/serialization", "frost-rerandomized/serialization", ] std = ["frost-core/std"]