[package] name = "transmission_rs" version = "0.8.12" authors = ["Mike Cronce "] 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.22" reqwest = {version = "0.12", default_features = false, features = ["gzip", "json", "rustls-tls"]} serde = {version = "1", features = ["derive"]} serde_json = "1" serde_with = "3.9.0" thiserror = "1" tokio = "1" tracing = "0.1"