[package] name = "r-neli" description = "An implementation of the Not-only Exclusive Leader Induction protocol in Rust" keywords = ["neli", "protocol", "consensus"] version = "0.1.4" authors = ["Johny Jose "] edition = "2018" license = "MIT" readme = "README.md" [dependencies] tokio = { version = "1", features = ["full"] } rdkafka = { version = "0.28" } thiserror = "1.0" log = { version = "0.4.0", features = ["release_max_level_info"] } env_logger = "0.9.0" anyhow = "1.0"