Currently, the default install command on new rust packages in conda-forge is the auditable install which adds more metadata to the package.
The pixi-build-rust backends doesn't support setting that. To me the default should be:
pixi install runs cargo install
pixi build runs cargo auditable install