cargo-auditable

Embed dependency information into Rust binaries for auditing

brewmacoslinux
Try with needOr install directly
Source

About

Make production Rust binaries auditable

Commands

cargo-auditable

Examples

Build a release binary with embedded dependency metadata$ cargo auditable build --release
Extract and display embedded dependency information from a binary$ cargo auditable extract /path/to/binary
Build and audit a project to ensure dependency tracking$ cargo auditable build && cargo auditable extract ./target/release/myapp