mirror of https://github.com/MingweiSamuel/Riven
32 lines
818 B
TOML
32 lines
818 B
TOML
[package]
|
|
name = "riven"
|
|
version = "0.0.4"
|
|
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" ] }
|
|
serde_repr = "0.1"
|
|
strum = "0.16"
|
|
strum_macros = "0.16"
|
|
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"
|