about summary refs log tree commit diff
path: root/Cargo.toml
blob: 0671666f4f4e65444f5a2003d5102bd9b5e678d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "leaberblord"
version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0.98"
confindent = "2.2.1"
dotenv = "0.15.0"
rusqlite = { version = "0.34.0", features = ["bundled", "time"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tokio = { version = "1.44.2", features = ["full"] }
twilight-cache-inmemory = "0.16.0"
twilight-gateway = "0.16.0"
twilight-http = "0.16.0"
twilight-model = "0.16.0"
twilight-util = { version = "0.16.0", features = ["builder"] }
ureq = { version = "3.0.11", optional = true }
time = { version = "0.3.41", features = ["parsing", "formatting"] }

[features]
default = ["emboard-direct"]
emboard-direct = ["ureq"]