# 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 = "2021" name = "mediathekviewweb" version = "0.4.0" authors = ["d-k-bo "] description = "Client for the MediathekViewWeb API" readme = "README.md" keywords = [ "mediathek", "mediathekview", "mediathekviewweb", "ard", "zdf", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/d-k-bo/mediathekviewweb-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.reqwest] version = "0.12.2" features = ["json"] default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.tokio] version = "1.36.0" features = [ "macros", "rt", ] [features] default = ["native-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]