{
    "version": "0.11.2",
    "description": "fast, encrypted, and deduplicated backups powered by Rust",
    "homepage": "https://rustic.cli.rs",
    "license": "MIT|Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/rustic-rs/rustic/releases/download/v0.11.2/rustic-v0.11.2-x86_64-pc-windows-msvc.tar.gz",
            "hash": "6bf1052f5ac2b48f7124273526ce87784a970ebbe2463b0bfa3dae0a5f3613ff"
        }
    },
    "env_set": {
        "RUSTIC_HOME": "$dir"
    },
    "bin": "rustic.exe",
    "persist": [
        "config",
        "logs"
    ],
    "checkver": {
        "github": "https://github.com/rustic-rs/rustic"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/rustic-rs/rustic/releases/download/v$version/rustic-v$version-x86_64-pc-windows-msvc.tar.gz"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
