# 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" rust-version = "1.70" name = "frost-schnorrkel" version = "0.1.2" authors = ["Luke Parker "] description = "modular-frost Algorithm compatible with Schnorrkel" readme = "README.md" keywords = [ "frost", "multisig", "threshold", "schnorrkel", ] license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/crypto/schnorrkel" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.ciphersuite] version = "^0.4.1" features = [ "std", "ristretto", ] [dependencies.frost] version = "^0.8.1" features = ["ristretto"] package = "modular-frost" [dependencies.group] version = "0.13" [dependencies.rand_core] version = "0.6" [dependencies.schnorr] version = "^0.5.1" package = "schnorr-signatures" [dependencies.schnorrkel] version = "0.10" [dependencies.transcript] version = "^0.3.2" features = ["merlin"] package = "flexible-transcript" [dependencies.zeroize] version = "^1.5" [dev-dependencies]