cargo-pros 0.6.2

A cargo subcommand for managing PROS projects
Documentation
{
    "cpu": "cortex-a9",
    "arch": "arm",
    "data-layout": "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64",
    "disable-redzone": true,
    "emit-debug-gdb-scripts": false,
    "env": "newlib",
    "executables": true,
    "features": "+thumb2,+neon,+vfp3",
    "linker": "arm-none-eabi-gcc",
    "linker-flavor": "gcc",
    "llvm-target": "armv7a-none-eabi",
    "max-atomic-width": 64,
    "panic-strategy": "abort",
    "post-link-args": {
        "gcc": [
            "-nostartfiles",
            "-nostdlib",
            "-Wl,-Tv5.ld,-Tv5-common.ld,--gc-sections",
            "-Wl,--start-group,-lgcc,-lpros,-lc,--end-group"
        ]
    },
    "relocation-model": "static",
    "target-family": "unix",
    "target-pointer-width": "32",
    "os": "vexos",
    "vendor": "vex"
}