mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
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> |
||
|---|---|---|
| examples | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
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
