parsec 0.5.0

Implementation of Protocol for Asynchronous, Reliable, Secure and Efficient Consensus
Documentation
[package]
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Implementation of Protocol for Asynchronous, Reliable, Secure and Efficient Consensus"
documentation = "https://docs.rs/parsec"
homepage = "https://maidsafe.net"
license = "GPL-3.0"
name = "parsec"
readme = "README.md"
repository = "https://github.com/maidsafe/parsec"
version = "0.5.0"

[dependencies]
lazy_static = { version = "~1.0.1", optional = true }
maidsafe_utilities = "~0.15.0"
quick-error = "~1.2.2"
rand = "~0.4.2"
serde = "~1.0.66"
serde_derive = "~1.0.66"
tiny-keccak = "~1.4.2"

[dev-dependencies]
clap = "~2.31.2"
unwrap = "~1.1.0"

[features]
dump-graphs = ["lazy_static"]