moover_rust/Cargo.toml

33 lines
1 KiB
TOML

[package]
name = "moover_rust"
version = "3.3.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"
anyhow = "1.0.89"
tokio-cron-scheduler = "0.13.0"
dotenv = "0.15.0"
poise = "0.6.1"
serenity = { version = "0.12.4", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "http", "cache"] }
# serenity_utils = "0.7.0"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
regex = "1.11.1"
chrono = "0.4.38"
sqlx = {version="0.8.2", features=["runtime-tokio", "sqlite"]}
form_urlencoded = "1.2.1"
tenorv2 = { path = "./tenor-v2/tenorv2" }
# librespot = { version = "0.6.0", default-features = false, features = ["rodio-backend"] }
songbird = { version = "0.4.6", features = ["driver", "builtin-queue"] }
reqwest = "0.11.27" # songbird depends on ^0.11
[dependencies.symphonia]
version = "0.5.2"
features = ["aac", "mp3", "isomp4", "alac"]
[features]
DEBUG = []
RELEASE = []
GUILD_COMMAND = []