pub fn is_known_tooling_dependency(name: &str) -> boolExpand description
Check whether a package is a known tooling/dev dependency by name.
This is the single source of truth for general tooling detection.
Per-plugin tooling dependencies are declared via Plugin::tooling_dependencies()
and aggregated separately in AggregatedPluginResult.