pub type UnifiedFeatures = BTreeMap<String, BTreeSet<String>>;
Unified feature sets: package name → set of enabled features.
pub struct UnifiedFeatures { /* private fields */ }