docs.rs treats `_` prefixed features as hidden. `cargo add` should reflect that in reporting features to the user. The question is if we should unconditionally hide the features, hide them if disabled, or do the tracking to hide it unless its directly enabled.