Fork of cargo-vet with a lib.rs to use cargo-vet types internally.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
DecDuck fc143c0f75
Some checks failed
Deploy / deploy (push) Has been cancelled
Rust CI / fmt (push) Has been cancelled
Rust CI / clippy (push) Has been cancelled
Rust CI / docs (push) Has been cancelled
Rust CI / test (macOS-latest) (push) Has been cancelled
Rust CI / test (ubuntu-latest) (push) Has been cancelled
Rust CI / test (windows-latest) (push) Has been cancelled
Rust CI / msrv-check (push) Has been cancelled
Rust CI / vet (push) Has been cancelled
Add default for ConfigFile
2026-08-10 16:05:24 +10:00
.github Merge pull request #658 from mystor/update_deps 2025-06-09 19:03:22 -04:00
book Update links in importing-audits.md to mozilla github organization 2026-04-18 12:29:41 -05:00
src Add default for ConfigFile 2026-08-10 16:05:24 +10:00
supply-chain Update some dependencies to more recent versions 2025-06-03 18:19:45 -04:00
tests Improve test path manipulation to account for quoted paths from git. 2025-11-05 22:04:52 -05:00
.gitignore fix markdown-help and add simple integration test 2022-04-14 18:31:03 -04:00
Cargo.lock Bump to 0.10.2 2026-01-12 15:28:58 -05:00
Cargo.toml Fix Windows build: add Win32_System_IO feature for LockFileEx 2026-02-20 16:24:19 -07:00
CHANGELOG.md Merge remote-tracking branch 'origin/main' into bump_0_10_2 2026-01-12 15:32:25 -05:00
LICENSE-APACHE Create LICENSE-APACHE 2022-06-01 15:00:09 -07:00
LICENSE-MIT Create LICENSE-MIT 2022-06-01 15:00:45 -07:00
README.md Update CI badge in README.md 2023-12-20 14:58:20 -08:00
registry.toml Add Ariel OS audit file to registry 2025-12-03 14:38:26 +01:00

cargo-vet

crates.io Rust CI

The cargo vet subcommand is a tool to help projects ensure that third-party Rust dependencies have been audited by a trusted entity. It strives to be lightweight and easy to integrate.

More details available in the book.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.