# 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 = "rtorrent-utils" version = "1.0.2" description = "Rtorrent XMLRPC API utilities" keywords = ["rtorrent", "xmlrpc", "rpc", "remote", "control"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/cemeyer/rtorrent-utils" [[bin]] name = "rtorrent_remove_unregistered" path = "src/remove_unregistered.rs" [dependencies.rtorrent-xmlrpc-bindings] version = "1.0.3" [dependencies.shellexpand] version = "2.1.0" [dependencies.url] version = "2.2.2"