# 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 = "tagesschau" version = "0.2.6" description = "A client library for interacting with the Tagesschau's `/api2/news` endpoint." readme = "README.md" keywords = [ "tagesschau", "news", "ard", "zdf", "async", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/RedCommander735/Tagesschau.rs" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.thiserror] version = "1.0.47" [dependencies.time] version = "0.3.26" features = [ "local-offset", "formatting", "macros", "serde", "parsing", ] [dependencies.url] version = "2.5.0" [features] blocking = ["reqwest/blocking"]