dwd-api 0.2.0

A high level Rust wrapper for the DWD (Deutscher Wetterdienst) weather data API
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "dwd-api"
version = "0.2.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"

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

[[example]]
name = "forecast_by_coordinates"
path = "examples/forecast_by_coordinates.rs"

[dependencies.chrono]
version = "0.4.44"

[dependencies.dwd-api-sys]
version = "0.1.0-api.1.2.0"

[dependencies.miette]
version = "7.6.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.2"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dev-dependencies.tokio]
version = "1.51.1"
features = ["full"]