parsec 0.5.0

Implementation of Protocol for Asynchronous, Reliable, Secure and Efficient Consensus
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.maidsafe_utilities]
version = "~0.15.0"

[dependencies.quick-error]
version = "~1.2.2"

[dependencies.rand]
version = "~0.4.2"

[dependencies.serde]
version = "~1.0.66"

[dependencies.serde_derive]
version = "~1.0.66"

[dependencies.tiny-keccak]
version = "~1.4.2"
[dev-dependencies.clap]
version = "~2.31.2"

[dev-dependencies.unwrap]
version = "~1.1.0"

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