1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "grpcio-compiler" 16version = "0.8.0" 17authors = ["The TiKV Project Developers"] 18description = "gRPC compiler for grpcio" 19homepage = "https://github.com/tikv/grpc-rs" 20documentation = "https://docs.rs/grpcio-compiler" 21keywords = ["compiler", "grpc", "protobuf"] 22categories = ["network-programming"] 23license = "Apache-2.0" 24repository = "https://github.com/tikv/grpc-rs" 25 26[[bin]] 27name = "grpc_rust_plugin" 28required-features = ["protobuf-codec"] 29[dependencies.derive-new] 30version = "0.5" 31optional = true 32 33[dependencies.prost] 34version = "0.7" 35optional = true 36 37[dependencies.prost-build] 38version = "0.7" 39optional = true 40 41[dependencies.prost-types] 42version = "0.7" 43optional = true 44 45[dependencies.protobuf] 46version = "2" 47optional = true 48 49[dependencies.tempfile] 50version = "3.0" 51optional = true 52 53[features] 54default = ["protobuf-codec"] 55prost-codec = ["prost-build", "prost-types", "prost", "derive-new", "tempfile"] 56protobuf-codec = ["protobuf"] 57