# 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-common" version = "0.1.0-surreal.2" authors = ["The TiKV Project Authors"] description = "Common components of the TiKV Rust client" license = "Apache-2.0" repository = "https://github.com/tikv/client-rust" [dependencies.futures] version = "0.3" features = [ "compat", "async-await", "thread-pool", ] [dependencies.grpcio] version = "0.10" features = [ "boringssl", "prost-codec", ] default-features = false [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.surrealdb-tikv-client-proto] version = "0.1.0-surreal.2" [dependencies.thiserror] version = "1" [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" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1.0"