connectrpc-workers 0.2.0

ConnectRPC ClientTransport implementations backed by the Cloudflare Workers fetch APIs (service bindings + global fetch).
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 = "2024"
rust-version = "1.88"
name = "connectrpc-workers"
version = "0.2.0"
authors = ["Connor Hindley <conn.hindley@gmail.com>"]
build = false
exclude = ["examples/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ConnectRPC ClientTransport implementations backed by the Cloudflare Workers fetch APIs (service bindings + global fetch)."
homepage = "https://github.com/connyay/connectrpc-workers"
documentation = "https://docs.rs/connectrpc-workers"
readme = "README.md"
keywords = [
    "connectrpc",
    "cloudflare",
    "workers",
    "wasm",
    "rpc",
]
categories = [
    "wasm",
    "asynchronous",
    "web-programming",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/connyay/connectrpc-workers"

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

[dependencies.bytes]
version = "1"

[dependencies.connectrpc]
version = "0.4"
default-features = false

[dependencies.http]
version = "1"

[dependencies.http-body]
version = "1"

[dependencies.worker]
version = "0.8"
features = ["http"]

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true