Go to file
dependabot-preview[bot] baf764e93d
Update tokio requirement from 0.2 to 1.2
Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.0...tokio-1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-07 11:57:29 +00:00
examples Format the code with rustfmt 2020-12-27 17:51:17 +01:00
src Format the code with rustfmt 2020-12-27 17:51:17 +01:00
.gitignore Add VS Code and Jetbrains files to gitignore 2020-12-27 17:34:27 +01:00
Cargo.toml Update tokio requirement from 0.2 to 1.2 2021-02-07 11:57:29 +00:00
LICENSE Initial commit 2020-04-20 10:43:16 +02:00
README.md Add support for the torrent-set-location call 2020-12-27 17:32:02 +01:00

Crates badge

Library to communicate with transmission rpc

spec: https://github.com/transmission/transmission/blob/master/extras/rpc-spec.txt

Supported Methods

Torrent Actions
  • torrent-start
  • torrent-stop
  • torrent-start-now
  • torrent-verify
  • torrent-reannounce
Torrent Mutators
  • torrent-set
  • torrent-get
  • torrent-add
  • torrent-remove
  • torrent-set-location
  • torrent-rename-path
  • session-set
  • session-get
  • session-stats
  • blocklist-update
  • port-test
  • session-close
  • free-space

Support the project: Donate button