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
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
If we track activations, we could do a hybrid where explicit activations (see rust-lang/cargo#10681) are always roots and inactive features are processed like a normal tree
features:
default
default-dep1
default-dep2
other
default-dep2*
disabled1
disabled2
Alternatively, we could check the feature resolution and just show whatever is default activated for the workspace (ie what cargo-metadata would treat as activated)
The text was updated successfully, but these errors were encountered:
Currently, its:
We could render this as a tree:
If we track activations, we could do a hybrid where explicit activations (see rust-lang/cargo#10681) are always roots and inactive features are processed like a normal tree
The question then is how to handle activations
default
is the only thing activatedThe text was updated successfully, but these errors were encountered: