pub fn read_configuration_with_features( config_filename: &str, active_features: &[&str], ) -> Result<CuConfig, CuError>
Read a Copper configuration using the supplied compile-time Cargo features.