etcd-client 0.12.2

An etcd v3 API client
Documentation
[build-dependencies.tonic-build]
default-features = false
features = ["prost"]
version = "0.10.0"
[dependencies.http]
version = "0.2.9"

[dependencies.hyper]
features = ["h2", "client"]
optional = true
version = "0.14.26"

[dependencies.hyper-openssl]
optional = true
version = "0.9"

[dependencies.openssl]
optional = true
version = "0.10"

[dependencies.prost]
version = "0.12.0"

[dependencies.tokio]
version = "1.32.0"

[dependencies.tokio-stream]
version = "0.1.14"

[dependencies.tonic]
version = "0.10.0"

[dependencies.tower]
default-features = false
version = "0.4.13"

[dependencies.tower-service]
version = "0.3.2"

[dependencies.visible]
optional = true
version = "0.0.1"
[dev-dependencies.tokio]
features = ["full"]
version = "1.32.0"

[features]
pub-response-field = ["visible"]
tls = ["tonic/tls"]
tls-openssl = ["openssl", "hyper-openssl", "hyper"]
tls-openssl-vendored = ["tls-openssl", "openssl/vendored"]
tls-roots = ["tls", "tonic/tls-roots"]

[package]
authors = ["The etcd-client Authors <davidli2010@foxmail.com>"]
description = "An etcd v3 API client"
documentation = "https://docs.rs/etcd-client/"
edition = "2021"
homepage = "https://github.com/etcdv3/etcd-client"
keywords = ["etcd", "v3", "api", "client", "async"]
license = "MIT OR Apache-2.0"
name = "etcd-client"
readme = "README.md"
repository = "https://github.com/etcdv3/etcd-client.git"
version = "0.12.2"
[package.metadata.docs.rs]
features = ["tls", "tls-roots"]
rustdoc-args = ["--cfg", "docsrs"]