-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
38 lines (34 loc) · 1021 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
37
38
[package]
name = "isac-rs"
version = "0.1.0"
edition = "2021"
rust-version = "1.84"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.5.0"
chrono = "0.4.31"
dotenv = "0.15.0"
futures = "0.3.28"
fuzzy-matcher = "0.3.7"
itertools = "0.14.0"
libc = "0.2.153"
lru = "0.12.3"
once_cell = "1.18.0"
parking_lot = "0.12.1"
poise = "0.6.1"
# poise = {version = "0.5.5", path="D:/GitHub/poise/"}
# serenity = {git = "https://github.com/serenity-rs/serenity/", branch="next"}
rand = "0.8.5"
regex = "1.10.5"
reqwest = { version = "0.12.4", features = ["json"] }
scraper = "0.22.0"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
serde_repr = "0.1.16"
serde_with = "3.4.0"
strum = { version = "0.26.2", features = ["strum_macros", "derive"] }
thiserror = "2.0.11"
tokio = { version = "1.33.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
unidecode = "0.3.0"