-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
26 lines (25 loc) · 935 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
[package]
name = "gearbot_api"
version = "0.1.0"
authors = ["AEnterprise <aenterprise@aenterprise.info>", "BlackHoleFox <blackholefoxdev@gmail.com>", "GearBot Contributors"]
edition = "2018"
[dependencies]
base64="0.13"
darkredis = "0.7"
flexi_logger = { version = "0.15", default-features = false, features = ["colors", "specfile", "ziplogs"] }
futures-util = { version = "0.3", default-features = false }
form_urlencoded="1.0"
hyper = { version = "0.13"}
hyper-tls = "0.4"
log = "0.4"
rand="0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
serde_urlencoded="0.7"
sqlx = { version = "0.4", default-features = false, features = ["postgres", "json", "runtime-tokio-rustls", "macros"] }
sha-1 = "0.9"
tokio = { version = "0.2", features = ["full", "sync", "time"] }
tokio-tungstenite = "0.11.0"
toml = "0.5"
twilight-model = "0.2"
uuid = { version = "0.8", features = ["serde", "v4"], default_features = false }