pub fn normalize_package_key( ecosystem: &str, package_name: &str, ) -> (String, String)
Normalize ecosystem + package pair used in cache/index keys.