FrenBot/Cargo.toml

45 lines
985 B
TOML

[package]
name = "fren"
version = "1.1.1"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
config = "0.15.11"
structopt = "0.3.26"
reqwest = { version = "0.12.5", features = ["json", "multipart"] }
serde = "1.0.195"
rand = "0.9.0"
tera = "1.19.1"
ndm = "0.9.10"
regex = "1.10.2"
magick_rust = "1.0.0"
json = "0.12.4"
axum = "0.8.1"
sha3 = "0.10.8"
base64 = "0.22.0"
j_db = { version = "0.1.2", registry = "ahines" }
chrono = { version = "0.4.31", features = ["serde"] }
chrono-tz = "0.10.1"
serde_json = "1.0.113"
raas_types = { version = "0.1.0", registry = "ahines"}
tonic = "0.12.3"
prost = "0.13.5"
emojis = "0.6.2"
poise = "0.6.1"
tracing-subscriber = "0.3.19"
log = "0.4.26"
[dependencies.tokio]
version = "1.35.1"
features = ["macros", "rt-multi-thread"]
[dependencies.songbird]
version = "0.5.0"
features = ["builtin-queue"]
[dependencies.symphonia]
version = "0.5"
features = ["mp3", "wav"]