[package] name = "transmission_rs" version = "0.5.0" 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] reqwest = {version = "0.11", features = ["gzip", "json"]} serde = {version = "1", features = ["derive"]} serde_json = "1" thiserror = "1" tokio = "1"