# 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-wasm-client" version = "0.6.0" authors = ["Devashish Dixit "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "grpc-web implementation for use by tonic clients in browsers via webassembly" homepage = "https://github.com/devashishdxt/tonic-web-wasm-client" readme = "README.md" keywords = [ "grpc", "grpc-web", "tonic", "wasm", ] categories = [ "web-programming", "network-programming", "asynchronous", ] license = "MIT/Apache-2.0" repository = "https://github.com/devashishdxt/tonic-web-wasm-client" [lib] name = "tonic_web_wasm_client" path = "src/lib.rs" [dependencies.base64] version = "0.22.0" [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.5.0" [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.httparse] version = "1.8.0" [dependencies.js-sys] version = "0.3.69" [dependencies.pin-project] version = "1.1.5" [dependencies.thiserror] version = "1.0.57" [dependencies.tonic] version = "0.12" default-features = false [dependencies.tower-service] version = "0.3.2" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.wasm-bindgen-futures] version = "0.4.42" [dependencies.wasm-streams] version = "0.4.0" [dependencies.web-sys] version = "0.3.69" features = [ "Headers", "ReadableStream", "ReferrerPolicy", "Request", "RequestCache", "RequestCredentials", "RequestInit", "RequestMode", "RequestRedirect", "Response", "ServiceWorkerGlobalScope", ]