There's a merged pull request on the void-packages repository New package: cargo-auditable-0.5.2 https://github.com/void-linux/void-packages/pull/40265 Description: Allows the user to embed dependency information into the binary. This information can be read by a few different tools, for example `syft` (see https://github.com/void-linux/void-packages/pull/40264) and `rust-audit-info` (see https://github.com/void-linux/void-packages/pull/40266). I'd like to follow this PR up with a change to the cargo build style, so that we can include that dependency information in all rust binaries we ship. #### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**