# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "transmission_rs" version = "0.8.12" authors = ["Mike Cronce "] description = "A safe, ergonomic, async client for the Transmission BitTorrent client implemented in pure Rust" readme = "README.md" keywords = [ "torrent", "bittorrent", "transmission", ] categories = ["api-bindings"] license = "MIT" repository = "https://gitlab.cronce.io/foss/transmission-rs" [dependencies.base64] version = "0.22" [dependencies.reqwest] version = "0.12" features = [ "gzip", "json", "rustls-tls", ] default_features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3.9.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1"