# 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 = "etcd-discovery" version = "0.1.6" authors = ["plucky"] description = "Etcd discovery and register for tonic" documentation = "https://docs.rs/crate/etcd-discovery/latest" readme = "readme.md" keywords = [ "etcd", "discovery", "register", "tonic", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/cody-why/etcd-discovery" [dependencies.async-recursion] version = "1" [dependencies.etcd-client] version = "0" [dependencies.tokio] version = "1" [dependencies.tonic] version = "0" [dependencies.tower] version = "0" [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["fmt"]