# 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 = "cluster-mode" version = "0.3.0" authors = ["Md Sarowar Alam "] description = """ Some help to create and manage cluster in Rust """ readme = "README.md" keywords = [ "cluster", "distributed-system", "Kubernetes", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/eipi1/cluster-mode" [dependencies.almost-raft] version = "0.3" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.0" [dependencies.cloud-discovery-kubernetes] version = "0.2" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" [dependencies.hyper-tls] version = "0.5" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.rust-cloud-discovery] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.9" features = [ "time", "sync", "test-util", "macros", ] [dependencies.tokio-stream] version = "0.1" [dependencies.uuid] version = "1.2" features = ["v4"] [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["fmt"]