pub fn referenced_aliases(dependencies: &[ParsedDependency]) -> HashSet<String>Expand description
Every distinct alias dependencies declares via registry = "<alias>".
This is the input resolve needs to know which aliases are actually worth
resolving, so config discovery is skipped entirely (spec NFR-004) when this is empty.