{
"name":"cargo",
"version":"1.0.0",
"authors":["andrew <dnrops@anonymous.com>","ryan <rysn@gmail.com>"],
"description":"Rust's package manager",
"options":[
{
"name":"--version",
"short":"V",
"description":"Print version info and exit"
}
],
"commands":[
{
"name":"build",
"short":"b",
"description":"Compile the current package"
}
]
}