# 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-reflection" version = "0.12.3" authors = [ "James Nugent ", "Samani G. Gikandi ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Server Reflection module of `tonic` gRPC implementation. """ homepage = "https://github.com/hyperium/tonic" documentation = "https://docs.rs/tonic-reflection/0.12.3" readme = "README.md" keywords = [ "rpc", "grpc", "async", "reflection", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/hyperium/tonic" [package.metadata.cargo_check_external_types] allowed_external_types = [ "tonic::*", "bytes::*", "http::*", "http_body::*", "prost::*", "prost_types::*", "futures_core::stream::Stream", "http_body_util::combinators::box_body::UnsyncBoxBody", "tower_service::Service", ] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tonic_reflection" path = "src/lib.rs" [[test]] name = "server" path = "tests/server.rs" [[test]] name = "versions" path = "tests/versions.rs" [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" optional = true [dependencies.tokio] version = "1.0" features = [ "sync", "rt", ] optional = true [dependencies.tokio-stream] version = "0.1" features = ["net"] optional = true [dependencies.tonic] version = "0.12" features = [ "codegen", "prost", ] default-features = false [dev-dependencies.tonic] version = "0.12" features = ["transport"] default-features = false [features] default = ["server"] server = [ "prost-types", "dep:tokio", "dep:tokio-stream", ]