rustcord/Cargo.toml

36 lines
765 B
TOML
Executable File

[package]
name = "rustcord"
version = "2.0.0"
authors = ["Agatha Rose <agatharose@wantscuddl.es>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.10.8"
rand = "0.8.4"
toml = "0.5.8"
sys-info = "0.9.0"
urbandict = "0.2.0"
owoify = "0.1.5"
lazy_static = "1.4.0"
colored = "2.0.0"
brainfrick = "1.1.2"
percent-encoding = "2.1.0"
regex = "1.5.4"
[patch.crates-io]
openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }
[dependencies.serde]
version = "1.0.126"
features = ["derive"]
[dependencies.reqwest]
version = "0.11.4"
features = ["blocking", "json"]
[dependencies.tokio]
version = "1.7.1"
features = ["macros", "rt-multi-thread"]