fn target_key_for_platform(manifest: &Manifest) -> HashMap<Platform, String>Expand description
A map from parsed Platform to their original TOML key strings.
This is needed for constructing TOML key paths in diagnostics.
This is only relevant for package dependencies.