# 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 = "wsts" version = "9.2.0" authors = ["Joey Yandle "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Weighted Schnorr Threshold Signatures, based on FROST" readme = "README.md" keywords = [ "cryptography", "crypto", "frost", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/Trust-Machines/wsts/" [lib] name = "wsts" crate-type = ["lib"] path = "src/lib.rs" [[bin]] name = "wsts" path = "src/main.rs" [[bench]] name = "v1_bench" path = "benches/v1_bench.rs" harness = false [[bench]] name = "v2_bench" path = "benches/v2_bench.rs" harness = false [dependencies.aes-gcm] version = "0.10" [dependencies.bs58] version = "0.5" [dependencies.hashbrown] version = "0.14" features = ["serde"] [dependencies.hex] version = "0.4.3" [dependencies.num-traits] version = "0.2" [dependencies.p256k1] version = "7.1" default-features = false [dependencies.polynomial] version = "0.2.5" features = ["serde"] [dependencies.primitive-types] version = "0.12" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.criterion] version = "0.5.1" [features] default = ["with_p256k1_bindgen"] with_p256k1_bindgen = ["p256k1/with_bindgen"]