# 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-codec" version = "0.6.2" authors = ["Lucio Franco ", "bysir "] description = "Codegen module of `tonic` gRPC implementation.\n(Add feature to support selecting codec)\n" homepage = "https://github.com/bysir/tonic" documentation = "https://docs.rs/tonic-build/0.6.0/tonic_build/" readme = "README.md" keywords = ["rpc", "grpc", "async", "codegen", "protobuf"] categories = ["network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/hyperium/tonic" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.proc-macro2] version = "1.0" [dependencies.prost-build] version = "0.9" optional = true [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" [features] compression = [] default = ["transport", "rustfmt", "prost"] prost = ["prost-build"] rustfmt = [] transport = []