-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
36 lines (34 loc) · 966 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 = "marungu_sunbird"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ts3-query-api = { git = "https://github.com/Brabb3l/ts3-query-api", branch = "dev", features = [
"serde",
] }
tokio = { version = "1", features = ["full"] }
async-trait = "0.1.75"
rocket = { version = "0.5.0", features = ["json"] }
rocket_dyn_templates = { version = "0.1.0", features = ["tera"] }
serde = "1.0.196"
serde_json = { version = "1.0.112", features = ["preserve_order"] }
regex = "1.10.3"
roman = "0.1.6"
env_logger = "0.10.2"
log = "0.4.20"
rand = "0.8.5"
toml = "0.8.10"
rand_seeder = "0.2.3"
rand_pcg = "0.3.1"
rand_core = "0.6.4"
reqwest = "0.11.23"
percent-encoding = "2.3.1"
indexmap = { version = "2.2.1", features = ["serde"] }
strsim = "0.11.0"
thiserror = "1.0.52"
once_cell = "1.19.0"
chrono = "0.4.33"
lazy_static = "1.4.0"
base64 = "0.21.5"
ron = "0.8.1"