hbbft/Cargo.toml

25 lines
495 B
TOML
Raw Normal View History

[package]
name = "hbbft"
version = "0.1.0"
authors = ["Vladimir Komendantskiy <komendantsky@gmail.com>"]
[dependencies]
bincode = "1.0.0"
env_logger = "0.5.10"
2018-05-10 08:50:07 -07:00
itertools = "0.7"
log = "0.4.1"
merkle = { git = "https://github.com/vkomenda/merkle.rs", branch = "public-proof" }
protobuf = "1.6.0"
reed-solomon-erasure = "3.0"
2018-05-10 08:50:07 -07:00
ring = "^0.12"
serde = "1.0.54"
[build-dependencies]
protoc-rust = "1.6.0"
[dev-dependencies]
2018-05-10 08:50:07 -07:00
crossbeam = "0.3.2"
crossbeam-channel = "0.1"
docopt = "0.8"
2018-05-10 04:10:42 -07:00
rand = "0.3"