# 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" rust-version = "1.57" name = "tender" version = "0.1.1" authors = ["David Li "] description = "A Raft-based election framework" homepage = "https://github.com/cod-technologies/tender" documentation = "https://docs.rs/tender/" readme = "README.md" keywords = [ "raft", "election", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cod-technologies/tender.git" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.fastrand] version = "1.8.0" [dependencies.fxhash] version = "0.2.1" [dependencies.log] version = "0.4.17" [dependencies.sync-wait-group] version = "0.1.1" [dependencies.watch] version = "0.2.2" features = ["parking_lot"] [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.parking_lot] version = "0.12.1"