This adds Krates::resolved_dependency which allows the user to retrieve the Krate that resolved to the index of a Dependency, if it was included in the graph.
This also makes cargo_metadata an optional dependency, for now it is mostly the exact same as cargo_metadata, but might diverge more as time goes on.
This adds
Krates::resolved_dependency
which allows the user to retrieve theKrate
that resolved to the index of aDependency
, if it was included in the graph.This also makes cargo_metadata an optional dependency, for now it is mostly the exact same as cargo_metadata, but might diverge more as time goes on.
Resolves: #88