Expand description
Parser layer — extracts the full dependency tree from Cargo.toml / Cargo.lock
using cargo_metadata for feature-aware resolution.
Structs§
- Resolved
Dep - A resolved dependency with its name, version, and enabled features.
Functions§
- get_
deps - Parse the dependency tree for the project at
manifest_path. - get_
project_ info - Get the root project’s name and version from Cargo metadata.