transmission_rs 0.8.11

A safe, ergonomic, async client for the Transmission BitTorrent client implemented in pure Rust
Documentation
[package]
name = "transmission_rs"
version = "0.8.11"
authors = ["Mike Cronce <mike@cronce.io>"]
edition = "2018"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.cronce.io/foss/transmission-rs"
categories = ["api-bindings"]
keywords = ["torrent", "bittorrent", "transmission"]
description = "A safe, ergonomic, async client for the Transmission BitTorrent client implemented in pure Rust"

[dependencies]
base64 = "0.21"
reqwest = {version = "0.11", default_features = false, features = ["gzip", "json", "rustls-tls"]}
serde = {version = "1", features = ["derive"]}
serde_json = "1"
serde_with = "2.1"
thiserror = "1"
tokio = "1"
tracing = "0.1"