cargo-vet is a tool to help projects ensure that third-party Rust dependencies have been audited by a trusted entity. It matches the set of third-party crates against a set of audits performed by the project or entities it trusts, and can import audits published by other projects to reduce the amount of work required.
cargo-vet is a tool to help projects ensure that third-party Rust dependencies have been audited by a trusted entity. It matches the set of third-party crates against a set of audits performed by the project or entities it trusts, and can import audits published by other projects to reduce the amount of work required.
To install cargo-vet, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cargo-vet
To see what files were installed by cargo-vet, run:
port contents cargo-vet
To later upgrade cargo-vet, run:
sudo port selfupdate && sudo port upgrade cargo-vet
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.