[package]
name = "ol_rusty"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cached = "0.42"
chrono = "0.4"
config = "0.13"
futures = { version = "0.3", default-features = false }
glob = "0.3"
lazy_static = "1"
log = "0.4"
mysql_async = "0.31"
simplelog = "0.12"
poise = { version = "0.5", features = ["collector"] }
rand = "0.8"
regex = {version="1"}
reqwest = "0.11"
serde_json = "1"
serde = "1"
tokio = { version = "1.14", features = ["rt-multi-thread", "process"] }