# 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 = "viewstamped-replication" version = "0.9.0" authors = ["Miguel D. Salcedo "] description = "A Rust-based implementation of the Viewstamped Replication consensus protocol." homepage = "https://github.com/misalcedo/vr" documentation = "https://docs.rs/viewstamped-replication" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/misalcedo/vr" [profile.release] lto = true debug = 2 [dependencies.bytes] version = "1.5.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.uuid] version = "1.6.1" features = ["v4"] [dev-dependencies.clap] version = "4.4.7" features = [ "color", "derive", ] [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.log] version = "0.4.21" [dev-dependencies.tokio] version = "1.36.0" features = [ "macros", "rt-multi-thread", "sync", "time", ] [features] default = []