{
    "version": "0.13.0",
    "description": "A fast CSV command line toolkit written in Rust",
    "homepage": "https://github.com/BurntSushi/xsv",
    "license": "Unlicense",
    "architecture": {
        "64bit": {
            "url": "https://github.com/BurntSushi/xsv/releases/download/0.13.0/xsv-0.13.0-x86_64-pc-windows-msvc.zip",
            "hash": "3e319c08456031a9683c19c998ac9f61756a2e456413db17c8e6819b17818a1a"
        },
        "32bit": {
            "url": "https://github.com/BurntSushi/xsv/releases/download/0.13.0/xsv-0.13.0-i686-pc-windows-msvc.zip",
            "hash": "c11ac9e996e54f9ef070e815c1cc95f744ecae217d815e310dee6ab3afee1ee4"
        }
    },
    "bin": "xsv.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/BurntSushi/xsv/releases/download/$version/xsv-$version-x86_64-pc-windows-msvc.zip"
            },
            "32bit": {
                "url": "https://github.com/BurntSushi/xsv/releases/download/$version/xsv-$version-i686-pc-windows-msvc.zip"
            }
        }
    }
}
