-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
54 lines (52 loc) · 1.54 KB
/
Cargo.toml
File metadata and controls
54 lines (52 loc) · 1.54 KB
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
48
49
50
51
52
53
54
[package]
authors = ["Tricked-dev"]
description = "A simple discord bot made for my [discord](https://discord.gg/mY8zTARu4g)"
edition = "2021"
license = "Apache-2"
name = "tricked-bot"
version = "1.5.0"
default-run = "tricked-bot"
[profile.release]
lto = true
[dependencies]
bytes = "1"
futures = "0.3"
log = "0.4"
openssl = { version = "0.10" }
rand = { version = "0.9", features = ["log", "serde"] }
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = [
"rt",
"rt-multi-thread",
'macros',
"parking_lot",
] }
toml = "^0.8"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
twilight-bucket = "0.2"
twilight-cache-inmemory = "0.15"
twilight-gateway = { version = "0.15", features = ["rustls-webpki-roots"] }
twilight-http = { version = "0.15", features = [] }
twilight-model = "0.15"
clap = { version = "4.0.29", features = ["derive", "cargo", "env"] }
base64 = "0.22.1"
parking_lot = "0.12.1"
dotenv = { version = "0.15.0", features = ["clap"] }
color-eyre = "0.6.3"
vesper = "0.13.0"
once_cell = { version = "1.19.0", features = ["parking_lot"] }
openrouter_api = { git = "https://github.com/socrates8300/openrouter_api.git", rev = "96f8bd7f5ec219abb2335ac16110835e15487c66" }
thiserror = "2.0.12"
num-format = "0.4.4"
fasteval = "0.2.4"
png = "0.17"
axum = "0.8"
tera = "1"
tempfile = "3"
urlencoding = "2.1"
tokio-postgres = "0.7.16"
deadpool-postgres = { version = "0.14.1", features = ["rt_tokio_1"] }
postgres-from-row = "0.5.2"