# 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 = "core_cbc_casper" version = "0.1.0" authors = ["pZ4 ", "Lederstrumpf", "h4sh3d ", "roflolilolmao "] description = "Abstractly defines the CBC Casper message stucture and defines functions for the construction and proper execution of protocols of the Casper family." readme = "README.md" keywords = ["CBC", "Casper", "Blockchain"] license-file = "LICENSE" repository = "https://github.com/TrueLevelSA/core-cbc-casper" [[bench]] name = "block" harness = false [dependencies.bincode] version = "1.0.1" [dependencies.blake2] version = "0.7" [dependencies.digest] version = "0.7" [dependencies.fixed-hash] version = "0.3" features = ["libc"] default-features = false [dependencies.itertools] version = "0.7.8" [dependencies.proptest] version = "0.9" optional = true [dependencies.rand] version = "0.6" optional = true [dependencies.rayon] version = "1.3.0" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_derive] version = "1.0" [dev-dependencies.criterion] version = "0.2" [features] integration_test = ["proptest", "rand"]