# 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 = "brb_membership" version = "1.4.1" authors = ["David Rusu "] description = "BRB Membership: Enables nodes to dynamically join and leave a BRB voting group" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/maidsafe/brb_membership" [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 = "3.4.0" optional = true [dependencies.ed25519] version = "1.0.0" features = ["serde"] optional = true package = "ed25519-dalek" [dependencies.hex] version = "0.4.2" [dependencies.log] version = "0.4.13" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.signature] version = "1.3.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.eyre] version = "0.6.5" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [features] bad_crypto = [] default = ["blsttc"]