# 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-proto" version = "0.1.1" authors = ["The TiKV Project Authors"] build = "build.rs" description = "Protobuf specs for the TiKV Rust client" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/tikv/client-rust" [dependencies.futures] version = "0.3" [dependencies.grpcio] version = "0.10" features = [ "boringssl", "prost-codec", ] default-features = false [dependencies.lazy_static] version = "1" [dependencies.prost] version = "0.9" [dependencies.prost-derive] version = "0.9" [dependencies.protobuf] version = "2.8" [build-dependencies.protobuf-build] version = "0.14" features = ["grpcio-prost-codec"] default-features = false