summaryrefslogtreecommitdiff
path: root/exes/gateway/Cargo.toml
blob: 3e6b8a53f03fb5629d057ed7a52401b62ac1a31c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "gateway"
version = "0.1.0"
edition = "2018"

[dependencies]
shared = { workspace = true }
proto = { workspace = true }
leash = { workspace = true }
tracing-opentelemetry = { workspace = true }
opentelemetry = { workspace = true }
opentelemetry-http = { workspace = true }
tracing = { workspace = true }
tracing-futures = { workspace = true }
tokio = { workspace = true }
anyhow = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }

tokio-stream = "0.1.11"
twilight-gateway = { default-features = false, features = ["rustls-webpki-roots"], version = "0.14" }
twilight-model = "0.14"
bytes = "1.3.0"
async-nats = "0.26.0"