summaryrefslogtreecommitdiff
path: root/exes/gateway/Cargo.toml
blob: eeee4085eac94929da343b1b3ed3e95491a37ccc (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.1" }
twilight-model = "0.14.2"
bytes = "1.3.0"
async-nats = "0.26.0"