torznab 0.3.2

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

[features]
parse-names = ["torrent-name-parser"]
require-parse-names = ["torrent-name-parser"]

[dependencies]
bytes = "0.5"
chrono = "0.4"
reqwest = {version = "0.10", features = ["gzip", "json"]}
rss = "1"
thiserror = "1"
tokio = {version = "0.2", features = ["macros"]}
torrent-name-parser = {version = "0.3", optional = true}
urlencoding = "1"