grpc-webnext-client 0.1.2

gRPC client for Rust WASM frontends, speaking real gRPC to a grpc-webnext endpoint over an h2ts WebSocket tunnel. No tonic, no hyper, no tokio.
Documentation
# 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 = "grpc-webnext-client"
version = "0.1.2"
build = false
exclude = ["tests/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gRPC client for Rust WASM frontends, speaking real gRPC to a grpc-webnext endpoint over an h2ts WebSocket tunnel. No tonic, no hyper, no tokio."
readme = "README.md"
keywords = [
    "grpc",
    "wasm",
    "http2",
    "websocket",
    "frontend",
]
categories = [
    "network-programming",
    "web-programming::http-client",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/debdattabasu/grpc-webnext"

[features]
default = ["prost"]
prost = ["dep:prost"]

[lib]
name = "grpc_webnext_client"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.futures]
version = "0.3"
features = [
    "std",
    "async-await",
]
default-features = false

[dependencies.futures-timer]
version = "3"

[dependencies.h2ts-client]
version = "0.1.3"

[dependencies.percent-encoding]
version = "2"

[dependencies.prost]
version = "0.14"
optional = true

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.prost]
version = "0.14"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "time",
]

[dev-dependencies.tokio-tungstenite]
version = "0.24"

[dev-dependencies.tonic]
version = "0.14"

[target.'cfg(target_arch = "wasm32")'.dependencies.futures-timer]
version = "3"
features = ["wasm-bindgen"]

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = ["WebSocket"]