-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Cargo.toml
47 lines (42 loc) · 1.02 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
41
42
43
44
45
46
47
[package]
name = "telegram-rustevalbot"
version = "0.4.31"
authors = ["Xidorn Quan <[email protected]>"]
license = "AGPL-3.0-or-later"
homepage = "https://github.com/upsuper/telegram-rustevalbot"
edition = "2021"
publish = false
[dependencies]
combine = "4.0.1"
dotenv = "0.15.0"
env_logger = "0.11"
derive_more = { version = "1", features = ["from"] }
fst = "0.4.0"
fst-subseq-ascii-caseless = "0.1"
futures = "0.3.1"
htmlescape = "0.3"
itertools = "0.13"
log = "0.4"
notify = "6"
parking_lot = "0.12"
phf = { version = "0.11.0", features = ["macros"] }
once_cell = "1.2.0"
regex = "1"
rustdoc-seeker = "0.6.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"
telegram_types = "0.7.0"
unicode-width = "0.2"
url = "2.1.0"
[dependencies.reqwest]
version = "0.12"
default-features = false
features = ["json", "rustls-tls"]
[dependencies.tokio]
version = "1"
features = ["rt", "rt-multi-thread", "sync", "time"]
[target.'cfg(unix)'.dependencies]
signal-hook = "0.3.7"
[dev-dependencies]
string_cache = "0.8.0"