Description
Embeds dependency information into production Rust binaries so they can be inspected later. This helps security and operations teams identify which crates were included in a shipped executable.
Use it when building Rust binaries that need better supply-chain traceability. It complements, but does not replace, normal dependency review and vulnerability monitoring.