casc 0.1.6

A cross-platform CLI tool for Blizzard CASC archives.
[workspace]
members = ["cargo:."]

# Config for 'dist'
[dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.31.0"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell", "homebrew"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# The repository to push the formula to
tap = "ironsp4rk/homebrew-tap"
# The formula name
formula = "casc-cli"
# Publish jobs to run
publish-jobs = ["homebrew", "./cargo-publish", "./choco-publish"]
# Secrets to pass to custom jobs
github-custom-job-secrets = { "cargo-publish" = ["CARGO_REGISTRY_TOKEN"], "choco-publish" = ["CHOCOLATEY_API_KEY"] }
# Dependencies to install on the runners
[dist.dependencies.apt]
libclang-dev = "*"
cmake = "*"
zlib1g-dev = "*"
[dist.dependencies.homebrew]
llvm = "*"
cmake = "*"
zlib = "*"
[dist.dependencies.chocolatey]
llvm = "*"
cmake = "*"