# 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-web" version = "0.12.3" authors = ["Juan Alvarez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ grpc-web protocol translation for tonic services. """ homepage = "https://github.com/hyperium/tonic" documentation = "https://docs.rs/tonic-web/0.12.3" readme = "README.md" keywords = [ "rpc", "grpc", "grpc-web", ] 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::*", "futures_core::stream::Stream", "http_body_util::combinators::box_body::UnsyncBoxBody", "tower_http::cors::Cors", "tower_layer::Layer", "tower_service::Service", ] [lib] name = "tonic_web" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1" [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.pin-project] version = "1" [dependencies.tokio-stream] version = "0.1" [dependencies.tonic] version = "0.12" default-features = false [dependencies.tower-http] version = "0.5" features = ["cors"] [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3" [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ]