dwd-api 0.1.0

A high level Rust wrapper for the DWD (Deutscher Wetterdienst) weather data API
# 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.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"