# 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] edition = "2018" name = "parsec" version = "0.7.3" authors = ["MaidSafe Developers "] exclude = ["input_graphs/*"] 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" [lib] bench = false [[example]] name = "basic" path = "examples/basic.rs" required-features = ["mock"] [[bench]] name = "bench" harness = false [dependencies.bincode] version = "1.2.1" [dependencies.failure] version = "~0.1.5" [dependencies.fnv] version = "1.0.6" [dependencies.itertools] version = "~0.8.0" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "~0.3.8" [dependencies.pom] version = "1.1.0" optional = true [dependencies.proptest] version = "~0.8.6" optional = true [dependencies.rand] version = "~0.7.3" [dependencies.rand_core] version = "~0.5.1" [dependencies.rand_xorshift] version = "~0.2.0" optional = true [dependencies.serde] version = "1.0.66" [dependencies.serde_derive] version = "1.0.66" [dependencies.threshold_crypto] version = "~0.4.0" [dependencies.tiny-keccak] version = "1.5.0" [dependencies.unwrap] version = "1.2.1" [dev-dependencies.clap] version = "2.32.0" [dev-dependencies.criterion] version = "~0.2.5" [dev-dependencies.env_logger] version = "~0.7.1" [dev-dependencies.pom] version = "1.1.0" [dev-dependencies.rand_xorshift] version = "~0.2.0" [dev-dependencies.walkdir] version = "2.2.7" [features] dump-graphs = [] malice-detection = [] mock = [] testing = ["proptest", "mock", "pom", "rand_xorshift"]