HypeBot/Cargo.toml

28 lines
708 B
TOML

[package]
name = "hype_bot"
version = "0.2.0"
authors = ["Joey Hines <joey@ahines.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.0"
serde = "1.0.106"
serde_derive = "1.0.104"
serde_json = "1.0.63"
config = "0.9"
chrono = { version = "0.4.19", default-features = false, features = ["clock", "std"] }
chrono-tz = "0.4"
log = "0.4.8"
log4rs = "0.11.0"
strfmt = "0.1.6"
url = "2.1.1"
tokio = { version = "1.2", features = ["macros", "rt-multi-thread"] }
percent-encoding = "2.1.0"
sled = "0.34.6"
[dependencies.serenity]
version = "0.10.4"
features = ["framework", "standard_framework", "utils", "builder"]