# 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 = "2018" name = "torznab" version = "0.7.2" authors = ["Mike Cronce "] description = "An async client for the Torznab protocol, an extension to RSS" keywords = ["torrent", "bittorrent"] categories = ["api-bindings"] license = "MIT" repository = "https://gitlab.cronce.io/foss/torznab-rs" [dependencies.bytes] version = "1" [dependencies.itertools] version = "0.10.3" [dependencies.reqwest] version = "0.11" features = ["gzip", "json", "rustls-tls"] default_features = false [dependencies.rss] version = "2" [dependencies.smartcow] version = "0.1" [dependencies.smartstring] version = "0.2" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread"] [dependencies.torrent-common] version = "0.1" [dependencies.torrent-name-parser] version = "0.9" optional = true [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" features = ["tokio"] [dependencies.urlencoding] version = "1" [features] parse-names = ["torrent-common/parse-names", "torrent-name-parser"] require-parse-names = ["torrent-common/require-parse-names", "torrent-name-parser"]