[dependencies.async-trait]
optional = true
version = "0.1.22"
[dependencies.chrono]
features = ["serde"]
optional = true
version = "0.4"
[dependencies.num-traits]
version = "~0.2"
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.10"
[dependencies.serde]
features = ["derive"]
version = "~1"
[dependencies.serde_json]
version = "~1"
[dependencies.url]
version = "~2.1.1"
[features]
async = ["async-trait"]
auto-hashtag = []
brawlers = []
clubs = []
default = ["players", "clubs", "rankings", "brawlers", "async", "auto-hashtag", "chrono"]
players = []
rankings = []
[package]
authors = ["PgBiel <9021226+pgbiel@users.noreply.github.com>"]
description = "A Rust implementation of the Brawl Stars API (https://developer.brawlstars.com/)."
documentation = "https://docs.rs/brawl-api/*"
edition = "2018"
keywords = ["brawl", "stars", "brawlstars", "api"]
license = "MIT"
name = "brawl-api"
readme = "README.md"
repository = "https://github.com/PgBiel/rust-brawl-api"
version = "0.1.2"