{ "name":"cargo", "version":"1.0.0", "authors":["andrew ","ryan "], "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" } ] }