Closed as not planned
Description
Problem
Some crates require extra processing that cargo install
cannot provide even with build scripts (e.g., fish-shell/fish-shell#10181), causing them to be broken without warning.
Proposed Solution
Provide a config option on a bin that prevents it from being installed with cargo install
, with an error message telling the user to refer to the crate's documentation or repository instead. Maybe also provide a flag that forces an install with a warning.
Notes
No response