| Crates.io | tough |
| lib.rs | tough |
| version | 0.21.0 |
| created_at | 2019-06-14 17:52:09.854667+00 |
| updated_at | 2025-04-22 22:19:31.277957+00 |
| description | The Update Framework (TUF) repository client |
| homepage | |
| repository | https://github.com/awslabs/tough |
| max_upload_size | |
| id | 141162 |
| size | 577,918 |
tough is a Rust client for The Update Framework (TUF) repositories.
For more information see the documentation and the repository.
Unit tests are run in the usual manner: cargo test.
Integration tests require noxious-server and are disabled by default behind a feature named integ.
To run all tests, including integration tests: cargo test --all-features or cargo test --features 'http,integ'.