umbrella 0.2.3

A simple weather client and CLI tool for the WeatherStack API.
Documentation
[[bin]]
name = "umbrella"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.93"

[dependencies.clap]
features = ["derive", "env"]
version = "4.5.22"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.12.9"

[dependencies.serde]
version = "1.0.215"

[dependencies.serde_json]
version = "1.0.133"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.assert_cmd]
version = "2.0.17"

[dev-dependencies.http]
version = "1.2.0"

[dev-dependencies.httpmock]
version = "0.8.2"

[dev-dependencies.predicates]
version = "3.1.3"

[lib]
name = "umbrella"
path = "src/lib.rs"

[package]
authors = ["John Arundel <john@bitfieldconsulting.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = """
A simple weather client and CLI tool for the WeatherStack API.
"""
documentation = "https://docs.rs/umbrella"
edition = "2021"
exclude = ["/.github/"]
homepage = "https://github.com/bitfield/umbrella"
keywords = ["cli", "weather"]
license = "MIT OR Apache-2.0"
name = "umbrella"
readme = "README.md"
repository = "https://github.com/bitfield/umbrella"
version = "0.2.3"

[[test]]
name = "integration"
path = "tests/integration.rs"