# 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 = "2018" name = "bls_dkg" version = "0.10.5" authors = ["MaidSafe Developers "] exclude = [""] description = "Implementation of a DKG" homepage = "https://maidsafe.net" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/maidsafe/bls_dkg" [dependencies.aes] version = "~0.7.4" [dependencies.bincode] version = "1.2.1" [dependencies.block-modes] version = "~0.8.1" [dependencies.blsttc] version = "7.0.0" [dependencies.log] version = "~0.4.8" [dependencies.rand] version = "~0.8.5" [dependencies.rand_core] version = "~0.6.3" [dependencies.serde] version = "1.0.106" [dependencies.serde_derive] version = "1.0.106" [dependencies.thiserror] version = "1.0.23" [dependencies.tiny-keccak] version = "2.0.2" features = ["sha3"] [dependencies.xor_name] version = "5.0.0" [dev-dependencies.anyhow] version = "1" [dev-dependencies.itertools] version = "~0.9.0"