# 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 = "2018" name = "surrealdb-tikv-client-pd" version = "0.1.0-surreal.2" 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.10" features = [ "boringssl", "prost-codec", ] default-features = false [dependencies.log] version = "0.4" [dependencies.surrealdb-tikv-client-common] version = "0.1.0-surreal.2" [dependencies.surrealdb-tikv-client-proto] version = "0.1.0-surreal.2" [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"