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

30 lines
655 B
TOML

[package]
name = "riven"
version = "0.0.1"
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
description = "Riot API Library (WIP)"
license = "LGPL-3.0"
edition = "2018"
exclude = [
".gitignore"
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-std = "0.99"
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 = "^1.0"
[dev-dependencies]
env_logger = "0.7"
tokio = "0.2.0-alpha.6"
[build-dependencies]
os_pipe = "0.9"