[]
= ["cargo:."]
= "2"
[]
# Keep this in sync with the cargo-dist version used in CI.
= "0.30.3"
# We maintain our own workflows, so don't fail builds on autogenerated CI drift.
= ["ci"]
# Generate GitHub CI and release artifacts.
= ["github"]
# We publish a binary crate and do not use npm/homebrew installers yet.
= ["shell", "powershell"]
= [
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-gnu",
"aarch64-unknown-linux-musl",
"armv7-unknown-linux-gnueabihf",
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-pc-windows-msvc",
"aarch64-pc-windows-msvc",
]
# For PRs, only run planning checks.
= "plan"