Registry / build-tool / guppy
library0.17.26rscratesunverified

Track and query Cargo dependency graphs.

# Cargo.toml [dependencies] guppy = "0.17.26"
INSTALL
IMPORT
SIG · GUPPY
G
guppy
build-toolrustv0.17.26
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Graph
use guppy::Graph;

Loads and iterates over packages in a Cargo dependency graph.

use guppy::Graph; let graph = Graph::from_cargo_manifest("Cargo.toml").unwrap(); for package in graph.packages() { println!("{}", package.name()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.17.26latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
guppy — cargo add guppy · libregistry