forked from soupcantrolling2/reaper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
36 lines (35 loc) · 909 Bytes
/
Cargo.toml
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
[package]
name = "black-mesa"
version = "0.3.4"
edition = "2021"
[dependencies]
twilight-cache-inmemory = "0.14"
twilight-command-parser = "0.9"
twilight-embed-builder = "0.11"
twilight-gateway = "0.14"
twilight-gateway-queue = "0.14"
twilight-http = "0.14"
twilight-mention = "0.14"
twilight-model = "0.14"
twilight-util = { version = "0.14", features = ["builder"] }
tokio = { version = "1.21", features = ["full"] }
mongodb = { version = "2.3", features = ["tokio-runtime"] }
redis = { version = "*", features = ["tokio-comp"] }
serde = { version = "1.0" }
uuid = { version = "1.2", features = ["v4", "fast-rng"] }
serde_derive = "1.0"
serde_json = "1.0"
serde-aux = "4.0"
serde_with = "2.0"
regex = "1.6"
lazy_static = "1.4"
bson = "2.4"
strum = "0.24"
strum_macros = "0.24"
futures = "0.3"
futures-util = "0.3"
chrono = "0.4"
cached = "0.42"
self-meter = "0.6"
tracing = "0.1"
tracing-subscriber = "0.3"