# 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-rerandomized" version = "2.0.0" authors = [ "Deirdre Connolly ", "Chelsea Komlo ", "Conrado Gouvea ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types and traits to support implementing a re-randomized variant of Flexible Round-Optimized Schnorr Threshold signature schemes (FROST)." readme = "README.md" keywords = [ "cryptography", "threshold", "signature", "schnorr", "randomized", ] 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] name = "frost_rerandomized" path = "src/lib.rs" [dependencies.derive-getters] version = "0.5.0" [dependencies.document-features] version = "0.2.7" [dependencies.frost-core] version = "2.0.0" features = ["internals"] default-features = false [dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dependencies.rand_core] version = "0.6" [dev-dependencies] [features] cheater-detection = ["frost-core/cheater-detection"] default = [ "serialization", "cheater-detection", ] nightly = [] serde = ["frost-core/serde"] serialization = [ "serde", "frost-core/serialization", ] std = ["frost-core/std"] test-impl = [ "frost-core/test-impl", "serialization", ]