# 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" name = "failover" version = "0.1.2" description = "failover based on etcd" readme = "README.md" license-file = "LICENSE" [[example]] name = "node" path = "examples/node.rs" [dependencies.anyhow] version = "1.0" [dependencies.dashmap] version = "5.4" [dependencies.etcd-client] version = "0.10.0" features = ["tls"] [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.tokio] version = "1" features = [ "macros", "time", ] [dependencies.tokio-util] version = "0.7" [dependencies.tonic] version = "0.8.0" [dependencies.tracing] version = "0.1" [dev-dependencies.signal-hook] version = "0.3.15" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]