# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tikv-client-proto" version = "0.1.0" authors = ["The TiKV Project Authors"] build = "build.rs" description = "Protobuf specs for the TiKV Rust client" license = "Apache-2.0" repository = "https://github.com/tikv/client-rust" [dependencies.futures] version = "0.3" [dependencies.grpcio] version = "0.8" features = ["secure", "prost-codec", "use-bindgen"] default-features = false [dependencies.lazy_static] version = "1" [dependencies.prost] version = "0.7" [dependencies.prost-derive] version = "0.7" [dependencies.protobuf] version = "2.8" [build-dependencies.protobuf-build] version = "0.12" features = ["grpcio-prost-codec"] default-features = false