[dependencies.chrono]
features = ["serde"]
version = "0.4.23"
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.14"
[dependencies.serde]
features = ["derive"]
version = "1.0.152"
[dependencies.serde_json]
version = "1.0.92"
[dependencies.tokio]
features = ["full"]
version = "1.25.0"
[dependencies.tokio-test]
version = "0.4.2"
[dependencies.uuid]
features = ["v4"]
version = "1.3.0"
[package]
authors = ["baptistecdr <baptistecdr@users.noreply.github.com>"]
build = false
categories = ["api-bindings"]
description = "A Rust wrapper for RARBG TorrentAPI"
edition = "2018"
exclude = [".*", "renovate.json", "*.magnet"]
keywords = ["rarbg_api", "rarbg", "rarbg_wrapper", "rarbg_client", "torrent_api"]
license = "MIT"
name = "rarbg_api"
publish = ["crates-io"]
readme = "README.md"
repository = "https://github.com/baptistecdr/rarbg_api"
version = "1.0.39"