# 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 = "2021" name = "transmission-rpc" version = "0.4.3" authors = ["red "] include = [ "**/*.rs", "Cargo.toml", ] description = "Transmission JRPC client" readme = "README.md" keywords = [ "transmission", "torrent", "jrpc", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/j0rsa/transmission-rpc" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.enum-iterator] version = "2.1.0" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.12.5" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_repr] version = "0.1.17" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1.33.0" features = [ "macros", "rt-multi-thread", ] [features] sync = []