II.
Tool JSON
Structured · livetool:cargo
Cargo json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:cargo",
"_kind": "Tool",
"_file": "domain/tools/cargo.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Cargo",
"homepageUrl": "https://doc.rust-lang.org/cargo/",
"kind": "package-manager",
"language": "language:rust",
"description": "Rust package manager and build tool.\n"
},
"outgoingEdges": [
{
"from": "tool:cargo",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "tool:cargo",
"to": "skill-area:developer-environment",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:cargo",
"to": "tool:gradle",
"kind": "alternative_to",
"attributes": {
"comparison": "Build tools — Cargo is Rust's build tool; Gradle is for JVM languages"
}
},
{
"from": "tool:cargo",
"to": "tool:maven",
"kind": "alternative_to",
"attributes": {
"comparison": "Build tools — Cargo is Rust's build tool; Maven is for JVM languages"
}
}
],
"incomingEdges": [
{
"from": "specialization:rust-systems",
"to": "tool:cargo",
"kind": "uses_tool"
}
]
}