# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "membership" version = "0.0.6" authors = ["Zbigniew Kostrzewa "] description = "Implementation of Scalable Weakly-consistent Infection-style Process Group Membership Protocol with extensions" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/localghost/membership" [dependencies.bytes] version = "0.5.3" [dependencies.env_logger] version = "0.6.1" [dependencies.failure] version = "0.1.5" [dependencies.log] version = "0.4.6" [dependencies.mio] version = "0.6.19" [dependencies.mio-extras] version = "2.0.5" [dependencies.rand] version = "0.7.1" features = ["small_rng"] [dependencies.sha-1] version = "0.8.1" [dependencies.slog] version = "2.5.2" [dependencies.structopt] version = "0.2.15" [dev-dependencies.libc] version = "0.2.0" [dev-dependencies.slog-async] version = "2.4.0" [dev-dependencies.slog-term] version = "2.5.0" [dev-dependencies.sloggers] version = "0.3.5"