# 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 = "threshold-bls" version = "0.2.2" authors = [ "nikkolasg", "kafeikui", ] build = false exclude = [ "scripts/", "tests/", "test/", "docker/", "docs/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Threshold BLS signature scheme implementation library" homepage = "https://github.com/ARPA-Network/BLS-TSS-Network" documentation = "https://docs.arpanetwork.io/" readme = "README.md" keywords = [ "arpa", "randcast", "DKG", "BLS", "threshold", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ARPA-Network/BLS-TSS-Network" [lib] name = "threshold_bls" crate-type = ["lib"] path = "src/lib.rs" [dependencies.ark-bls12-381] version = "0.3.0" optional = true [dependencies.ark-bn254] version = "0.3.0" optional = true [dependencies.ark-ec] version = "0.3.0" features = ["std"] [dependencies.ark-ff] version = "0.3.0" features = ["std"] [dependencies.ark-serialize] version = "0.3.0" features = ["derive"] [dependencies.bincode] version = "1.2.1" [dependencies.chacha20poly1305] version = "^0.9" [dependencies.ethers-core] version = "2.0" [dependencies.hkdf] version = "0.8" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rand_core] version = "0.6" default-features = false [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.sha2] version = "0.8" [dependencies.thiserror] version = "1.0.15" [dev-dependencies.proptest] version = "0.9.6" [dev-dependencies.static_assertions] version = "1.1.0" [features] bls12_381 = ["ark-bls12-381"] bn254 = ["ark-bn254"] default = [ "bn254", "bls12_381", ]