pub fn normalize_package_identity_with_fallback(
_root_path: &Path,
project: &ShapeProject,
fallback_name: &str,
fallback_version: &str,
) -> (String, String, String)Expand description
Normalize project metadata into a canonical package identity with explicit fallbacks.