-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (31 loc) · 767 Bytes
/
Cargo.toml
File metadata and controls
33 lines (31 loc) · 767 Bytes
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
[package]
name = "uatranshelp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-trait = "0.1.51"
bincode = "2.0.0-alpha.1"
base64 = "0.13.0"
dashmap = "4.0.2"
mobc-redis-cluster = "0.1.1"
mobc = "0.7.3"
regex = "1.5.4"
recaptcha = "0.5.0"
figment = "0.10.6"
hex = "0.4.3"
enum_index = "0.2.0"
itertools = "0.10.3"
enum_index_derive = "0.2.0"
redis = { version = "0.21.4" }
rocket = { version = "0.5.0-rc.1", features = ["json"] }
rand = "0.8.4"
sentry = "0.23.0"
strsim = "0.10.0"
whoami = "1.2.0"
serde = "1.0.132"
serde_stacker = "0.1.4"
serde_json = "1.0.73"
tokio = { version = "1.14.0", features = ["full"] }
lazy_static = "1.4.0"
deadpool-redis = "0.10.1"