[package]
edition = "2024"
name = "dwd-api"
version = "0.1.0"
authors = ["Michael Bachmann <mbachmann@bbmsoft.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high level Rust wrapper for the DWD (Deutscher Wetterdienst) weather data API"
readme = "README.md"
keywords = [
"weather",
"api",
"dwd",
"rust",
]
categories = ["api-bindings"]
license = "AGPL-3.0-or-later"
repository = "https://codeberg.org/babymotte/dwd-api"
[[bin]]
name = "dwd-api"
path = "src/main.rs"
[dependencies.dwd-api-sys]
version = "1.2.0"