# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tikv-client-pd" version = "0.1.0" authors = ["The TiKV Project Authors"] description = "Low level PD components for the TiKV Rust client" license = "Apache-2.0" repository = "https://github.com/tikv/client-rust" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" features = ["compat", "async-await", "thread-pool"] [dependencies.grpcio] version = "0.8" features = ["secure", "prost-codec", "use-bindgen"] default-features = false [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] version = "0.4" features = ["failpoints"] [dev-dependencies.proptest] version = "1" [dev-dependencies.proptest-derive] version = "0.3"