hbbft 0.1.1

The Honey Badger of Byzantine Fault Tolerant Consensus Protocols
Documentation
[badges.travis-ci]
repository = "poanetwork/hbbft"

[dependencies.bincode]
version = "1.1.2"

[dependencies.byteorder]
version = "1.3.1"

[dependencies.derivative]
version = "1.0.2"

[dependencies.env_logger]
version = "0.6.1"

[dependencies.failure]
version = "0.1.5"

[dependencies.hex_fmt]
version = "0.3"

[dependencies.init_with]
version = "1.1.0"

[dependencies.log]
version = "0.4.6"

[dependencies.rand]
version = "0.6.5"

[dependencies.rand_derive]
version = "0.5.0"

[dependencies.reed-solomon-erasure]
version = "3.1.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.89"

[dependencies.threshold_crypto]
version = "0.3.1"

[dependencies.tiny-keccak]
version = "1.4"

[dev-dependencies.colored]
version = "1.7"

[dev-dependencies.crossbeam]
version = "0.6"

[dev-dependencies.crossbeam-channel]
version = "0.3"

[dev-dependencies.docopt]
version = "1.0"

[dev-dependencies.integer-sqrt]
version = "0.1.2"

[dev-dependencies.itertools]
version = "0.8.0"

[dev-dependencies.proptest]
version = "0.8.7"

[dev-dependencies.rand_xorshift]
version = "0.1.1"

[dev-dependencies.signifix]
version = "0.9"

[[example]]
name = "consensus-node"

[[example]]
name = "simulation"

[features]
no-simd = ["reed-solomon-erasure/pure-rust"]
use-insecure-test-only-mock-crypto = ["threshold_crypto/use-insecure-test-only-mock-crypto"]

[package]
authors = ["Vladimir Komendantskiy <komendantsky@gmail.com>", "Andreas Fackler <AndreasFackler@gmx.de>", "Peter van Nostrand <jnz@riseup.net>", "Andrew Gross <andogro@gmail.com>", "Nick Sanders <nsan1129@gmail.com>", "Marc Brinkmann <git@marcbrinkmann.de>"]
categories = ["algorithms", "asynchronous", "cryptography", "network-programming"]
description = "The Honey Badger of Byzantine Fault Tolerant Consensus Protocols"
edition = "2018"
keywords = ["consensus", "asynchronous", "threshold"]
license = "MIT/Apache-2.0"
name = "hbbft"
readme = "README.md"
repository = "https://github.com/poanetwork/hbbft"
version = "0.1.1"

[profile.bench]
overflow-checks = true