pub fn generate_package_id(registry_handle: &str, repo_path: &str) -> String
Generates a unique ID for a package based on its origin. The format for the hash is #{registry-handle}@{repo/path/to/package}.
#{registry-handle}@{repo/path/to/package}