openweather_sdk 0.1.5

a fully typed SDK for the OpenWeather API
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0.152"

[dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.serde_json]
version = "1.0.107"

[lib]
doctest = false

[package]
authors = ["Jeff Rose"]
categories = ["api-bindings"]
description = "a fully typed SDK for the OpenWeather API"
edition = "2021"
keywords = ["openweather", "weather"]
license = "MIT"
name = "openweather_sdk"
readme = "README.md"
repository = "https://github.com/jt-rose/openweather_sdk"
version = "0.1.5"