# 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" rust-version = "1.64" name = "dtz-rss2email" version = "1.0.6" authors = ["jens@apimeister.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a generated client for the DTZ RSS2Email API" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "dtz_rss2email" path = "src/lib.rs" [dependencies.dtz-config] version = "=1.0.2" [dependencies.dtz-identifier] version = "^1.0.11" [dependencies.reqwest] version = "^0.12" features = [ "json", "multipart", "rustls-tls", "rustls-tls-webpki-roots", "http2", "zstd", ] default-features = false [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.url] version = "^2.5" [dependencies.uuid] version = "^1.0" features = [ "serde", "v4", "v7", ]