# 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" version = "0.5.1+0.12.0" authors = ["Runji Wang "] description = "The `tonic` simulator on madsim." homepage = "https://github.com/madsim-rs/madsim" readme = "README.md" keywords = [ "rpc", "grpc", "async", "protobuf", "simulator", ] categories = [ "network-programming", "asynchronous", "simulation", ] license = "Apache-2.0" repository = "https://github.com/madsim-rs/madsim" [features] tls = ["tonic/tls"] [target."cfg(madsim)".dependencies.async-stream] version = "0.3" [target."cfg(madsim)".dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [target."cfg(madsim)".dependencies.futures-util] version = "0.3" [target."cfg(madsim)".dependencies.madsim] version = "0.2.20" [target."cfg(madsim)".dependencies.tokio] version = "1" [target."cfg(madsim)".dependencies.tonic] version = "0.12" features = [ "codegen", "transport", ] default-features = false [target."cfg(madsim)".dependencies.tower] version = "0.4.7" [target."cfg(madsim)".dependencies.tracing] version = "0.1" [target."cfg(not(madsim))".dependencies.tonic] version = "0.12" [lints.rust.unexpected_cfgs] level = "warn" priority = 0