rustcord/Cargo.toml

36 lines
765 B
TOML
Raw Normal View History

2018-07-30 08:31:50 +00:00
[package]
name = "rustcord"
2020-06-23 08:03:01 +00:00
version = "2.0.0"
2020-06-12 13:10:49 +00:00
authors = ["Agatha Rose <agatharose@wantscuddl.es>"]
2019-09-22 21:34:03 +00:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2018-07-30 08:31:50 +00:00
[dependencies]
serenity = "0.10.8"
rand = "0.8.4"
toml = "0.5.8"
sys-info = "0.9.0"
2018-08-09 16:56:26 +00:00
urbandict = "0.2.0"
2020-03-01 12:08:49 +00:00
owoify = "0.1.5"
lazy_static = "1.4.0"
2020-07-27 16:36:49 +00:00
colored = "2.0.0"
brainfrick = "1.1.2"
2020-06-23 10:47:09 +00:00
percent-encoding = "2.1.0"
regex = "1.5.4"
2020-03-01 12:08:49 +00:00
[patch.crates-io]
openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" }
[dependencies.serde]
version = "1.0.126"
features = ["derive"]
2020-06-23 10:47:09 +00:00
[dependencies.reqwest]
version = "0.11.4"
2020-06-23 10:47:09 +00:00
features = ["blocking", "json"]
[dependencies.tokio]
version = "1.7.1"
features = ["macros", "rt-multi-thread"]