Closed g2p closed 2 months ago
This makes cargo machete --with-metadata --fix work; it previously broke with kebab-case package names and packages like xml-rs.
It also removes a hack that attempted to parse opaque source ids (last updated in #106).
The solution involves looking at .packages and not just .resolved.
Experienced this bug too, hope that this pull request fixes is
I'll address the comments to help with merging this. Thanks again!
Hmm it seems I can't push to your fork, so I've opened #132. Thanks again!
This makes cargo machete --with-metadata --fix work; it previously broke with kebab-case package names and packages like xml-rs.
It also removes a hack that attempted to parse opaque source ids (last updated in #106).
The solution involves looking at .packages and not just .resolved.