# 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 = "2018" name = "little_raft" version = "0.2.0" authors = ["Ilya Andreev "] description = "The lightest distributed consensus library. Run your own replicated state machine!" homepage = "https://github.com/andreev-io/little-raft" readme = "../README.md" keywords = ["distributed-systems", "raft", "consensus"] categories = ["concurrency", "database", "database-implementations"] license = "MIT" repository = "https://github.com/andreev-io/little-raft" [dependencies.bytes] version = "0.4.7" [dependencies.crossbeam] version = "0.8.0" [dependencies.crossbeam-channel] version = "0.5.1" [dependencies.rand] version = "0.8.3" [dependencies.time] version = "0.1.39" [dependencies.timer] version = "0.1.3"