There is a new pull request by tranzystorekk against master on the void-packages repository https://github.com/tranzystorekk/void-packages cargo-autowrap https://github.com/void-linux/void-packages/pull/53911 build_helper/rust: automatically use the wrapper script #### Testing the changes - I tested the changes in this PR: **YES** This makes various non-cargo-buildstyle places like `uv` use `cargo-auditable` automatically, as long as `build_helper=rust`, `hostmakedepends="cargo cargo-auditable"` and `makedepends="rust-std"` is provided. The wrapper needs to reset the `CARGO` variable, otherwise cargo falls into an endless loop of recursively calling the script. Unfortunately, I didn't find a way to make it work with https://github.com/corrosion-rs/corrosion (cmake-rust glue that the new `fish-shell` beta uses, it needs the wrapper passed via `configure_args`) A patch file from https://github.com/void-linux/void-packages/pull/53911.patch is attached