rarbg_api 1.0.8

A Rust wrapper for RARBG TorrentAPI
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4.19"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.10"

[dependencies.serde]
features = ["derive"]
version = "1.0.136"

[dependencies.serde_json]
version = "1.0.80"

[dependencies.tokio]
features = ["full"]
version = "1.18.0"

[dependencies.tokio-test]
version = "0.4.2"

[dependencies.uuid]
features = ["v4"]
version = "1.0.0"

[package]
authors = ["baptistecdr <baptistecdr@users.noreply.github.com>"]
build = false
categories = ["api-bindings"]
description = "A Rust wrapper for RARBG TorrentAPI"
edition = "2018"
exclude = [".idea", "src/main.rs"]
keywords = ["rarbg_api", "rarbg", "rarbg_wrapper", "rarbg_client", "torrent_api"]
license = "MIT"
name = "rarbg_api"
publish = ["crates-io"]
repository = "https://github.com/baptistecdr/rarbg_api"
version = "1.0.8"