# 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 = "protoc-gen-tonic" version = "0.4.1" authors = ["Marcus Griep "] build = false exclude = ["proto"] autobins = false autoexamples = false autotests = false autobenches = false description = "Protocol Buffers compiler plugin for gRPC services powered by Prost! and Tonic" homepage = "https://github.com/neoeinstein/protoc-gen-prost" documentation = "https://docs.rs/protoc-gen-tonic" readme = "README.md" keywords = [ "protobuf", "serialization", "prost", "grpc", "tonic", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/neoeinstein/protoc-gen-prost" [lib] name = "protoc_gen_tonic" path = "src/lib.rs" [[bin]] name = "protoc-gen-tonic" path = "src/main.rs" [dependencies.heck] version = "0.5.0" [dependencies.prettyplease] version = "0.2.9" [dependencies.proc-macro2] version = "1.0" [dependencies.prost] version = "0.13.1" features = ["std"] default-features = false [dependencies.prost-build] version = "0.13.1" default-features = false [dependencies.prost-types] version = "0.13.1" default-features = false [dependencies.protoc-gen-prost] version = "0.4.0" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.5.5" default-features = false [dependencies.syn] version = "2.0.22" features = [ "parsing", "full", ] [dependencies.tonic-build] version = "0.12.0"