rarbg_api 0.1.1

A Rust wrapper for RARBG TorrentAPI
Documentation
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.10.4"

[dependencies.serde]
version = "1.0.106"

[dependencies.serde_derive]
version = "1.0.106"

[dependencies.serde_json]
version = "1.0.53"

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

[package]
authors = ["baptistecdr <baptistecdr@users.noreply.github.com>"]
build = false
categories = ["api-bindings"]
description = "A Rust wrapper for RARBG TorrentAPI"
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 = "0.1.1"