[package] name = "hbbft_testing" version = "0.1.0" authors = [ "Vladimir Komendantskiy ", "Andreas Fackler ", "Peter van Nostrand ", "Andrew Gross ", "Nick Sanders ", "Marc Brinkmann ", "David Forstenlechner ", ] categories = ["algorithms", "asynchronous", "cryptography", "network-programming"] keywords = ["consensus", "asynchronous", "threshold"] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/poanetwork/hbbft" description = "Utilities for simulating and testing hbbft-based networks." edition = "2018" [badges] travis-ci = { repository = "poanetwork/hbbft" } [dependencies] failure = "0.1.5" hbbft = { path = ".." } integer-sqrt = "0.1.2" proptest = "0.9.2" rand = "0.6.5" rand_xorshift = "0.1.1" threshold_crypto = "0.3.1"