|
[package]
|
|
name = "cat-disruptor-6500"
|
|
version = "0.1.1"
|
|
authors = ["Stephen <stephen@stephendownward.ca>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serenity = {version = "0.9", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "static_assertions"] }
|
|
tokio = {version = "0.2", features = ["full", "time"] }
|
|
phf = { version = "0.8", features = ["macros"] }
|
|
toml = "0.5"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
xbasic = "0.3.1"
|
|
png = "0.16"
|
|
diesel = { version = "1.4", features = ["postgres", "numeric"] }
|
|
dotenv = "0.15.0"
|
|
bigdecimal = "0.1.2"
|
|
reqwest = { version = "0.10", features = ["json"] }
|
|
serde_json = "1.0"
|