torznab 0.7.2

An async client for the Torznab protocol, an extension to RSS
Documentation
[dependencies.bytes]
version = "1"

[dependencies.itertools]
version = "0.10.3"

[dependencies.reqwest]
default_features = false
features = ["gzip", "json", "rustls-tls"]
version = "0.11"

[dependencies.rss]
version = "2"

[dependencies.smartcow]
version = "0.1"

[dependencies.smartstring]
version = "0.2"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"

[dependencies.torrent-common]
version = "0.1"

[dependencies.torrent-name-parser]
optional = true
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-futures]
features = ["tokio"]
version = "0.2"

[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"]

[package]
authors = ["Mike Cronce <mike@quadra-tec.net>"]
categories = ["api-bindings"]
description = "An async client for the Torznab protocol, an extension to RSS"
edition = "2018"
keywords = ["torrent", "bittorrent"]
license = "MIT"
name = "torznab"
repository = "https://gitlab.cronce.io/foss/torznab-rs"
version = "0.7.2"