[package] name = "brawl_sun" version = "0.3.0" authors = ["Kyando "] description = "Rust API wrapper for the Brawl Stars API" license = "MIT" license-file = "license.md" repository = "https://github.com/Kyando2/BrawlSun.git" homepage = "https://github.com/Kyando2/BrawlSun" keywords = ["brawlstars", "api"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.10", features = ["blocking"] } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] }