{
    "version": "0.21.14",
    "description": "Build, bundle & ship your Rust WASM application to the web.",
    "homepage": "https://trunkrs.dev/",
    "license": "MIT|Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/trunk-rs/trunk/releases/download/v0.21.14/trunk-x86_64-pc-windows-msvc.zip",
            "hash": "cd6ac15b9daff0365e5695036791ef2ce3c63f61c014f5a8c532363266e4569c"
        }
    },
    "bin": "trunk.exe",
    "checkver": {
        "github": "https://github.com/trunk-rs/trunk"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/trunk-rs/trunk/releases/download/v$version/trunk-x86_64-pc-windows-msvc.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
