2020-04-13 23:22:31 +00:00
|
|
|
[package]
|
|
|
|
name = "soundfx-rs"
|
2022-09-15 08:13:44 +00:00
|
|
|
version = "1.5.5"
|
2021-01-22 17:19:57 +00:00
|
|
|
authors = ["jellywx <judesouthworth@pm.me>"]
|
2020-04-13 23:22:31 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-07-31 13:56:38 +00:00
|
|
|
songbird = { version = "0.3", features = ["builtin-queue"] }
|
2022-05-13 12:18:18 +00:00
|
|
|
poise = "0.2"
|
2021-03-15 11:01:07 +00:00
|
|
|
sqlx = { version = "0.5", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal"] }
|
2021-04-15 10:40:41 +00:00
|
|
|
tokio = { version = "1", features = ["fs", "process", "io-util"] }
|
2020-10-24 10:15:17 +00:00
|
|
|
lazy_static = "1.4"
|
2021-01-22 17:19:57 +00:00
|
|
|
reqwest = "0.11"
|
2022-07-31 13:56:38 +00:00
|
|
|
env_logger = "0.9"
|
2021-01-26 01:32:43 +00:00
|
|
|
regex = "1.4"
|
|
|
|
log = "0.4"
|
2021-03-15 22:05:14 +00:00
|
|
|
serde_json = "1.0"
|
2022-07-31 13:56:38 +00:00
|
|
|
dashmap = "5.3"
|
2022-09-13 11:37:50 +00:00
|
|
|
serde = "1.0"
|
2022-05-05 08:55:44 +00:00
|
|
|
|
|
|
|
[patch."https://github.com/serenity-rs/serenity"]
|
2022-07-31 13:56:38 +00:00
|
|
|
serenity = { version = "0.11.5" }
|