[dependencies.chrono]
version = "0.4"
[dependencies.reqwest]
features = ["json"]
version = "0.10"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.shorthand]
version = "0.1.1"
[dependencies.tokio]
features = ["full"]
version = "0.2"
[package]
authors = ["halbGefressen <christian.zimmerer@protonmail.com>"]
categories = ["api-bindings"]
description = "An async Brawlhalla API Wrapper using tokio"
documentation = "https://docs.rs/brawlhalla/"
edition = "2018"
homepage = "https://gitlab.com/halbGefressen/brawlhalla"
keywords = ["api", "brawlhalla", "gameapi", "async", "tokio"]
license-file = "LICENSE"
name = "brawlhalla"
readme = "README.md"
repository = "https://gitlab.com/halbGefressen/brawlhalla"
version = "0.1.1"