Module outputs

Module outputs 

Source
Expand description

Output types for dependency tools

These types are used as the return values from dependency tool methods. They are serialized to JSON strings for the MCP protocol, and can be deserialized in tests for type-safe validation.

Structsยง

CrateIdentifier
Identifies a crate with name and version
Dependency
Information about a single dependency
DepsErrorOutput
Error output for dependency tools
GetDependenciesOutput
Output from get_dependencies operation