You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some crates have way too many features (such as web-sys). cargo add lists every feature when adding a crate and could potentially even overflow terminal buffer (it just did for me with web-sys using console)
Proposed Solution
Limit the number of features that are displayed. The limit should preferably be configurable but a hard-coded one is also fine.
If the feature list is truncated, cargo should link to docs.rs feature list for that crate