# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bls_signature_aggregator" version = "0.2.7" authors = ["MaidSafe Developers "] description = "A generic BLS Signature Aggregator" homepage = "https://maidsafe.net" readme = "README.md" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/bls_signature_aggregator" [dependencies.serde] version = "1.0.111" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.threshold_crypto] version = "~0.4.0" [dependencies.tiny-keccak] version = "2.0.2" features = ["sha3"] [dev-dependencies.rand] version = "~0.7.3"