[dependencies.itertools]
version = "0.7.*"
[dependencies.reqwest]
version = "0.10.*"
[dependencies.serde]
version = "1.0.*"
[dependencies.serde_derive]
version = "1.0.*"
[dependencies.serde_json]
version = "1.0.*"
[dev-dependencies.tokio]
features = ["macros", "rt-threaded"]
version = "0.2"
[features]
integration = []
[package]
authors = ["Jesse C. Grillo <jesse.grillo@gmail.com>"]
description = "A Rust client for the Dark Sky API."
documentation = "https://jgrillo.github.io/forecast-rs/"
edition = "2018"
keywords = ["forecast", "weather", "darksky"]
license = "Apache-2.0"
name = "forecast"
readme = "README.md"
repository = "https://github.com/jgrillo/forecast-rs"
version = "3.0.0"