forked from mirror/Riven
1
0
Fork 0
Riven/Cargo.toml

29 lines
762 B
TOML

[package]
name = "riven"
version = "0.0.3"
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
repository = "https://github.com/MingweiSamuel/Riven"
description = "Riot API Library (WIP)"
license = "LGPL-3.0"
edition = "2018"
include = [ "src/**/*" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
num-traits = "0.2"
num-derive = "0.3"
parking_lot = { version = "0.9", features = [ "nightly" ] }
reqwest = { version = "0.10.0-alpha.1", features = [ "gzip", "json" ] }
scan_fmt = "0.2"
serde = { version = "1.0", features = [ "derive" ] }
tokio-timer = "0.3.0-alpha.5"
url = "2.1"
[dev-dependencies]
colored = "1.8"
env_logger = "0.7"
lazy_static = "1.4"
tokio = "0.2.0-alpha.6"