pub fn enabled_features_of(crate_name: &str) -> Result<Vec<String>>
Returns a list of all the enabled features of the given package.
You may not run this during crate publishing.