-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
40 lines (36 loc) · 1 KB
/
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
37
38
39
40
[package]
name = "vzmuinebot"
version = "0.9.8"
authors = ["Artem Khomenko <_mag12@yahoo.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.17"
futures = "0.3.28"
tokio = { version = "1.28.0", features = ["rt-multi-thread", "macros"] }
tokio-stream = "0.1.14"
pretty_env_logger = "0.5.0"
teloxide = { version = "0.12.2", features = ["webhooks-axum"] }
derive_more = "0.99.17"
strum = { version = "0.25.0", features = ["derive"] }
async-recursion = "1.0.4"
smart-default = "0.7.1"
parse-display = "0.8.0"
enum-utils = "0.1.2"
chrono = "0.4.24"
text_io = "0.1.12"
arraylib = "0.3.0"
enum_default = "0.2.6"
regex = "1.8.1"
lazy_static = "1.4.0"
walkdir = "2.3.3"
# Used to setup a webhook
warp = "0.3.5"
reqwest = "0.11.17"
serde_json = "1.0.96"
# Database
once_cell = "1.17.1"
tokio-postgres = { version = "0.7.8", features = ["with-chrono-0_4"] }
deadpool-postgres = "0.10.5"
postgres-native-tls = "0.5.0"
native-tls = "0.2.11"