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