# 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 = "2021" name = "tonic-build-protobuf" version = "0.1.0" authors = ["Neil Shen "] description = "Codegen module of `tonic` gRPC implementation with rust-protobuf." homepage = "https://github.com/overvenus/tonic-protobuf" documentation = "https://docs.rs/tonic-build-protobuf" readme = "README.md" keywords = [ "tonic", "codec", "codegen", "protobuf", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/overvenus/tonic-protobuf" [package.metadata.docs.rs] all-features = true [dependencies.heck] version = "0.5" [dependencies.prettyplease] version = "0.2" [dependencies.proc-macro2] version = "1.0" [dependencies.protobuf] version = "3" [dependencies.protobuf-parse] version = "3" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [dependencies.tonic-build] version = "0.11" [dev-dependencies.tempfile] version = "3.0"