moover_rust/Cargo.toml
Ladislav Hano 1a3a2900ba v0.3
2024-02-18 12:30:02 +01:00

26 lines
712 B
TOML

[package]
name = "moover_rust"
version = "0.3.0"
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.71"
tokio-cron-scheduler = "0.10.0"
dotenv = "0.15.0"
# poise = "0.5.5"
serenity = { version = "0.12.0", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "http", "cache"] }
serenity_utils = "0.7.0"
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
regex = "1.9.0"
chrono = "0.4.31"
sqlx = {version="0.7.3", features=["runtime-tokio", "sqlite"]}
json = "0.12.4"
reqwest = "0.11.24"
form_urlencoded = "1.2.1"
[features]
DEBUG = []
RELEASE = []