# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "minbft" version = "1.0.3" description = "Efficient Byzantine Fault-Tolerance in the partially synchronous timing model" documentation = "https://docs.rs/minbft/latest/minbft/" readme = "README.md" license = "MIT" repository = "https://github.com/abcperf/minbft" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3" [dependencies.blake2] version = "0.10" [dependencies.derivative] version = "2.2" [dependencies.either] version = "1.8.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.serde_with] version = "3.6.0" [dependencies.shared-ids] version = "0.11.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.10" [dependencies.usig] version = "0.11.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rstest] version = "0.16.0" [dev-dependencies.test-log] version = "0.2.11" features = ["trace"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] default-features = false