[package] name = "surrealdb-tikv-client-store" 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 = "Low level TiKV node components of the TiKV Rust client" [dependencies] async-trait = "0.1" derive-new = "0.5" futures = { version = "0.3", features = ["compat", "async-await", "thread-pool"] } grpcio = { version = "0.10", features = ["boringssl", "prost-codec"], default-features = false } log = "0.4" surrealdb-tikv-client-common = { version = "0.1.0-surreal.2", path = "../tikv-client-common" } surrealdb-tikv-client-proto = { version = "0.1.0-surreal.2", path = "../tikv-client-proto" }