1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[]
= "connectrpc-workers"
= "0.1.0"
= "2024"
= "1.88"
= ["Connor Hindley <conn.hindley@gmail.com>"]
= "ConnectRPC ClientTransport implementations backed by the Cloudflare Workers fetch APIs (service bindings + global fetch)."
= "https://docs.rs/connectrpc-workers"
= "https://github.com/connyay/connectrpc-workers"
= "https://github.com/connyay/connectrpc-workers"
= "README.md"
= ["connectrpc", "cloudflare", "workers", "wasm", "rpc"]
= [
"wasm",
"asynchronous",
"web-programming",
"api-bindings",
]
= "MIT"
= ["examples/*"]
[]
= { = "0.8", = ["http"] }
= { = "0.3", = false }
= "1"
= "1"
= "1"
[]
= [
"examples/multi/proto-crate",
"examples/multi/echo-worker",
"examples/multi/gateway-worker",
]
[]
= "2024"
= "1.88"
= ["Connor Hindley <conn.hindley@gmail.com>"]
= "MIT"
[]
# Local crates
= { = "." }
= { = "examples/multi/proto-crate" }
# Cloudflare Workers
= { = "0.8", = ["http"] }
= { = "0.8", = ["http"] }
# ConnectRPC. `default-features = false` drops `zstd` + `streaming` (C bindings
# / platform bits that won't link on wasm32-unknown-unknown). `gzip` stays —
# it's pure-Rust via miniz_oxide. The `client` feature pulls in hyper-based
# transports which we don't use, so leave it off.
= { = "0.3", = false, = ["gzip"] }
= { = "0.3", = ["json"] }
= { = "0.3", = ["json"] }
= "1"
= "1"
= "0.1"
= { = "1.5", = ["serde"] }
= { = "1", = ["derive"] }
= "1"
= "0.3"
= { = "0.5", = ["util"] }
= { = "0.3" }
# Profile tuned for shipping wasm: small + fast enough.
[]
= "z"
= true
= 1
= true