EmbarkStudios / krates

📦 Creates graphs of crates from cargo metadata 🦀
Apache License 2.0
58 stars 18 forks source link

Support stable package id #65

Closed Jake-Shadle closed 10 months ago

Jake-Shadle commented 10 months ago

The package id format has been stabilized in https://github.com/rust-lang/cargo/pull/12914, this PR makes it so that we can support both the current opaque version as well as the (un)stable format.

Resolves: #64