Crates.io | tough |
lib.rs | tough |
version | 0.19.0 |
source | src |
created_at | 2019-06-14 17:52:09.854667 |
updated_at | 2024-10-10 20:48:17.893606 |
description | The Update Framework (TUF) repository client |
homepage | |
repository | https://github.com/awslabs/tough |
max_upload_size | |
id | 141162 |
size | 514,275 |
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'
.