dwd-api 0.2.0

A high level Rust wrapper for the DWD (Deutscher Wetterdienst) weather data API
Documentation
[package]
name = "dwd-api"
version = "0.2.0"
edition = "2024"
authors = ["Michael Bachmann <mbachmann@bbmsoft.net>"]
description = "A high level Rust wrapper for the DWD (Deutscher Wetterdienst) weather data API"
repository = "https://codeberg.org/babymotte/dwd-api"
license = "AGPL-3.0-or-later"
keywords = ["weather", "api", "dwd", "rust"]
categories = ["api-bindings"]

[dependencies]
chrono = "0.4.44"
dwd-api-sys = { version = "0.1.0-api.1.2.0", path = "../dwd-api-sys" }
miette = "7.6.0"
regex = "1.12.3"
reqwest = "0.13.2"
thiserror = "2.0.18"

[dev-dependencies]
miette = { version = "7.6.0", features = ["fancy"] }
tokio = { version = "1.51.1", features = ["full"] }