# 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 = "madsim-tonic-build" version = "0.5.0+0.12.0" authors = [ "Lucio Franco ", "Runji Wang ", ] description = "Codegen module of `madsim-tonic` simulation implementation." homepage = "https://github.com/madsim-rs/madsim" readme = "README.md" keywords = [ "rpc", "grpc", "async", "codegen", "protobuf", ] categories = [ "network-programming", "asynchronous", "simulation", ] license = "MIT" repository = "https://github.com/madsim-rs/madsim" [dependencies.prettyplease] version = "0.2" [dependencies.proc-macro2] version = "1" [dependencies.prost-build] version = "0.13" optional = true [dependencies.quote] version = "1" [dependencies.syn] version = "2" [dependencies.tonic-build] version = "0.12" [features] compression = [] default = [ "transport", "prost", ] prost = ["prost-build"] transport = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0