[package] name = "surrealdb-tikv-client-common" version = "0.1.0-surreal.2" edition = "2018" license = "Apache-2.0" authors = ["The TiKV Project Authors"] repository = "https://github.com/tikv/client-rust" description = "Common components of the TiKV Rust client" [dependencies] thiserror = "1" futures = { version = "0.3", features = ["compat", "async-await", "thread-pool"] } grpcio = { version = "0.10", features = [ "boringssl", "prost-codec" ], default-features = false } lazy_static = "1" log = "0.4" regex = "1" surrealdb-tikv-client-proto = { version = "0.1.0-surreal.2", path = "../tikv-client-proto" } [dev-dependencies] clap = "2" fail = { version = "0.4", features = [ "failpoints" ] } proptest = "1" proptest-derive = "0.3" tempfile = "3" tokio = "1.0"