# 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-client" version = "0.14.0" authors = ["The etcd-client Authors "] description = "An etcd v3 API client" homepage = "https://github.com/etcdv3/etcd-client" documentation = "https://docs.rs/etcd-client/" readme = "README.md" keywords = [ "etcd", "v3", "api", "client", "async", ] license = "MIT OR Apache-2.0" repository = "https://github.com/etcdv3/etcd-client.git" [package.metadata.docs.rs] features = [ "tls", "tls-roots", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.http] version = "1.1" [dependencies.hyper] version = "1.4" features = ["client"] optional = true [dependencies.hyper-openssl] version = "0.10" features = [ "client-legacy", "tokio", ] optional = true [dependencies.hyper-util] version = "0.1" features = ["client-legacy"] optional = true [dependencies.openssl] version = "0.10" optional = true [dependencies.prost] version = "0.13" [dependencies.tokio] version = "1.38" [dependencies.tokio-stream] version = "0.1" [dependencies.tonic] version = "0.12" [dependencies.tower] version = "0.4" default-features = false [dependencies.tower-service] version = "0.3" [dependencies.visible] version = "0.0.1" optional = true [dev-dependencies.tokio] version = "1.38" features = ["full"] [build-dependencies.tonic-build] version = "0.12" features = ["prost"] default-features = false [features] pub-response-field = ["visible"] tls = ["tonic/tls"] tls-openssl = [ "openssl", "hyper-openssl", "hyper", "hyper-util", ] tls-openssl-vendored = [ "tls-openssl", "openssl/vendored", ] tls-roots = [ "tls", "tonic/tls-roots", ]