{
    "version": "6.0.0",
    "description": "A super fast CLI tool to decode and encode JWTs built in Rust",
    "homepage": "https://github.com/mike-engel/jwt-cli",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mike-engel/jwt-cli/releases/download/6.0.0/jwt-windows.tar.gz",
            "hash": "fbf7fa78699234d80555af8e6c5dfcff8776439384c76e420f8b7cda9e8679e2"
        }
    },
    "bin": "jwt.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mike-engel/jwt-cli/releases/download/$version/jwt-windows.tar.gz",
                "hash": {
                    "url": "$baseurl/jwt-windows.sha256"
                }
            }
        }
    }
}
