30 releases (19 breaking)

0.20.0 Mar 27, 2025
0.19.0 Oct 10, 2024
0.18.0 Sep 4, 2024
0.17.1 Mar 26, 2024
0.0.0 Jun 14, 2019

#74 in Development tools

Download history 4211/week @ 2024-12-17 1661/week @ 2024-12-24 2515/week @ 2024-12-31 2712/week @ 2025-01-07 4010/week @ 2025-01-14 4422/week @ 2025-01-21 4176/week @ 2025-01-28 3550/week @ 2025-02-04 3963/week @ 2025-02-11 6089/week @ 2025-02-18 5843/week @ 2025-02-25 4397/week @ 2025-03-04 3308/week @ 2025-03-11 3890/week @ 2025-03-18 3815/week @ 2025-03-25 4101/week @ 2025-04-01

15,648 downloads per month
Used in 11 crates (4 directly)

MIT/Apache

355KB
7K SLoC

Tough is a client library for TUF repositories.

This client adheres to TUF version 1.0.0, with the following exceptions:

  • Delegated roles (and TAP 3) are not yet supported.
  • TAP 4 (multiple repository consensus) is not yet supported.

Testing

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'.


tough is a Rust client for The Update Framework (TUF) repositories.

For more information see the documentation and the repository.

Testing

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'.

Dependencies

~95MB
~2.5M SLoC