[package] name = "openweather_rs" version = "0.1.3" edition = "2018" authors = ["Ian S. Pringle "] description = "A Rust crate for interacting with data from OpenWeather's API." repository = "https://gitlab.com/pard/openweather-rs" readme = "README.md" keywords = ["weather", "openweather", "openweathermaps"] categories = ["api-bindings"] license = "MIT" [dependencies] reqwest = "0.10" serde = { version = "1.0", features = ["derive"] } serde_derive = "1.0" serde_json = "1.0" tokio = { version = "0.2", features = ["macros"] } [badges] gitlab = { repository = "https://gitlab.com/pard/openweather-rs", branch = "master" } maintenance = { status = "actively-developed" }