pub fn resolve_profile_features( config: &LandConfig, profile_name: &str, ) -> HashMap<String, bool>
Resolves all feature flags for a profile.
This merges default feature values with profile-specific overrides.
config
profile_name
HashMap of all feature flags for the profile