[package] name = "epaxos" version = "0.1.0" edition = "2021" authors = ["Anthony Dodd "] categories = ["algorithms", "asynchronous", "data-structures"] keywords = ["epaxos", "paxos", "egalitarian-paxos", "consensus", "data-storage"] description = "Egalitarian Paxos (EPaxos) implemented in Rust" license = "MIT/Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]