tikv-client-pd 0.1.0

Low level PD components for the TiKV Rust client
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
features = ["compat", "async-await", "thread-pool"]
version = "0.3"

[dependencies.grpcio]
default-features = false
features = ["secure", "prost-codec", "use-bindgen"]
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.tikv-client-common]
version = "0.1.0"

[dependencies.tikv-client-proto]
version = "0.1.0"
[dev-dependencies.clap]
version = "2"

[dev-dependencies.fail]
features = ["failpoints"]
version = "0.4"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.proptest-derive]
version = "0.3"

[package]
authors = ["The TiKV Project Authors"]
description = "Low level PD components for the TiKV Rust client"
edition = "2018"
license = "Apache-2.0"
name = "tikv-client-pd"
repository = "https://github.com/tikv/client-rust"
version = "0.1.0"