-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy pathCargo.toml
More file actions
64 lines (62 loc) · 1.64 KB
/
Cargo.toml
File metadata and controls
64 lines (62 loc) · 1.64 KB
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
[package]
name = "rivet-guard"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[lib]
name = "rivet_guard"
path = "src/lib.rs"
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
axum.workspace = true
base64.workspace = true
bytes.workspace = true
ciborium.workspace = true
futures.workspace = true
futures-util.workspace = true
gas.workspace = true
http-body-util.workspace = true
http-body.workspace = true
hyper-tungstenite.workspace = true
tower.workspace = true
# TODO: Make this use workspace version
hyper = "1.6.0"
indoc.workspace = true
lazy_static.workspace = true
namespace.workspace = true
once_cell.workspace = true
pegboard-envoy.workspace = true
pegboard-gateway.workspace = true
pegboard-gateway2.workspace = true
pegboard-runner.workspace = true
pegboard.workspace = true
regex.workspace = true
rivet-api-types.workspace = true
rivet-api-util.workspace = true
rivet-api-builder.workspace = true
rivet-api-public.workspace = true
rivet-cache.workspace = true
rivet-config.workspace = true
rivet-data.workspace = true
rivet-error.workspace = true
rivet-types.workspace = true
rivet-guard-core.workspace = true
rivet-logs.workspace = true
rivet-metrics.workspace = true
rivet-pools.workspace = true
rivet-runner-protocol.workspace = true
rivet-runtime.workspace = true
rustls-pemfile.workspace = true
rustls.workspace = true
serde_json.workspace = true
serde.workspace = true
subtle.workspace = true
tokio-tungstenite.workspace = true
tokio.workspace = true
tracing.workspace = true
universaldb.workspace = true
universalpubsub.workspace = true
url.workspace = true
urlencoding.workspace = true