# 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 = "2018" name = "informalsystems-tonic-build" version = "0.5.2" authors = ["Lucio Franco "] description = "Temporary fork for internal use. Use the `tonic-build` crate instead.\n" homepage = "https://github.com/hyperium/tonic" documentation = "https://docs.rs/tonic-build/0.5.2/tonic_build/" readme = "README.md" keywords = ["rpc", "grpc", "async", "codegen", "protobuf"] categories = ["network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/hyperium/tonic" [package.metadata.docs.rs] all-features = true [dependencies.proc-macro2] version = "1.0" [dependencies.prost-build] version = "0.8" optional = true package = "informalsystems-prost-build" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" [features] compression = [] default = ["transport", "rustfmt", "prost"] prost = ["prost-build"] rustfmt = [] transport = []