forecast_io 0.4.0

An unofficial Rust wrapper for the forecast.io API.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Austin Hellyer <hello@austinhellyer.me>"]
description = "An unofficial Rust wrapper for the forecast.io API."
documentation = "https://docs.austinhellyer.me/forecast_io/"
homepage = "https://github.com/zeyla/forecast.io.rs"
license = "ISC"
keywords = ["api", "forecast", "forecast_io", "weather"]
name = "forecast_io"
readme = "README.md"
repository = "https://github.com/zeyla/forecast.io.rs.git"
version = "0.4.0"

[dependencies]
hyper = "0.9"
serde_json = "0.8"