[package] name = "discord-kurante" version = "0.1.0" authors = ["Edward Shen "] edition = "2018" [dependencies] clap = "2" serenity = { git = "https://github.com/Lakelezz/serenity", branch = "await"} regex = "1" sqlx = { version = "0.3", default-features = false, features = [ "runtime-tokio", "macros", "sqlite"] } futures = "0.3" tokio = { version = "0.2", features = ["full"] } dotenv = "0.15" rand = "0.7" unicode-segmentation = "1.6" log = "0.4" env_logger = "0.7" lazy_static = "1.4" url = "2.1"