{
    "version": "0.19.0",
    "description": "Static site generator written in Rust",
    "homepage": "https://cobalt-org.github.io/",
    "license": "MIT",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/cobalt-org/cobalt.rs/releases/download/v0.19.0/cobalt-v0.19.0-x86_64-pc-windows-msvc.zip",
            "hash": "2170706c96f7685d83ad024b2cfe340cea2b6558775c31c0a3dd6f93deb794d2"
        }
    },
    "bin": "cobalt.exe",
    "checkver": {
        "github": "https://github.com/cobalt-org/cobalt.rs"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/cobalt-org/cobalt.rs/releases/download/v$version/cobalt-v$version-x86_64-pc-windows-msvc.zip"
            }
        }
    }
}
