challonge 0.5.4

Client library for the Challonge REST API
Documentation
[dependencies.base64]
version = "0.13"

[dependencies.chrono]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
features = ["blocking", "rustls-tls"]
optional = true
version = "0.11"

[dependencies.serde_json]
version = "1"

[features]
default = ["reqwest/rustls-tls"]
default-tls = ["reqwest/default-tls"]

[package]
authors = ["Victor Polevoy <maintainer@vpolevoy.com>"]
description = "Client library for the Challonge REST API"
documentation = "https://docs.rs/challonge/"
edition = "2018"
keywords = ["game", "challonge", "tournament", "api", "system"]
license = "MIT"
name = "challonge"
readme = "README.md"
repository = "https://github.com/vityafx/challonge-rs"
version = "0.5.4"