mediathekviewweb 0.2.0

Client for the MediathekViewWeb API
Documentation
[dependencies.reqwest]
default-features = false
features = ["json"]
version = "0.11.22"

[dependencies.serde]
features = ["derive"]
version = "1.0.188"
[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1.32.0"

[features]
default = ["native-tls"]
native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls-tls"]

[package]
authors = ["d-k-bo <d-k-bo@mailbox.org>"]
categories = ["api-bindings"]
description = "Client for the MediathekViewWeb API"
edition = "2021"
keywords = ["mediathek", "mediathekview", "mediathekviewweb", "ard", "zdf"]
license = "MIT"
name = "mediathekviewweb"
readme = "README.md"
repository = "https://github.com/d-k-bo/mediathekviewweb-rs"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]