# 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 = "etcdv3client" version = "0.4.0" authors = ["zzzdong "] description = """ a simple etcdv3 client """ homepage = "https://github.com/zzzdong/etcdv3client-rust" documentation = "https://docs.rs/etcdv3client/" readme = "README.md" keywords = [ "etcd", "async", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/zzzdong/etcdv3client-rust" [dependencies.futures] version = "0.3" [dependencies.http] version = "1.1" [dependencies.prost] version = "0.13" [dependencies.tokio] version = "1.0" features = [ "sync", "time", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tonic] version = "0.12" [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" [build-dependencies.tonic-build] version = "0.12" optional = true [features] default = [] gen = ["tonic-build"] tls = ["tonic/tls"]