# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. # Line up the first '|' above the ':' following the base package name, and # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| cargo-auditable: cargo-auditable (Cargo wrapper for embedding auditing data) cargo-auditable: cargo-auditable: Make production Rust binaries auditable . cargo-auditable: Know the exact crate versions used to build your Rust executable. cargo-auditable: Audit binaries for known bugs or security vulnerabilities in cargo-auditable: production, at scale, with zero bookkeeping. cargo-auditable: This works by embedding data about the dependency tree in JSON format cargo-auditable: into a dedicated linker section of the compiled executable. cargo-auditable: cargo-auditable: https://github.com/rust-secure-code/cargo-auditable cargo-auditable: