# 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 = "sn_consensus" version = "3.5.2" authors = ["David Rusu "] description = "Safe Network Membership: Enables nodes to dynamically join and leave a section" readme = "README.md" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_consensus" [profile.bench] debug = true [profile.release] debug = true [profile.test] opt-level = 3 debug = true overflow-checks = true [dependencies.bincode] version = "1.2.1" [dependencies.blsttc] version = "8.0" [dependencies.log] version = "0.4.13" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tiny-keccak] version = "2.0.2" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.eyre] version = "0.6.5" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1"