splitby 1.2.5

Split text by a regex delimiter — a powerful, multi-threaded alternative to cut
[workspace]
members = ["cargo:."]
resolver = "2"

[dist]
# Keep this in sync with the cargo-dist version used in CI.
cargo-dist-version = "0.30.3"
# We maintain our own workflows, so don't fail builds on autogenerated CI drift.
allow-dirty = ["ci"]

# Generate GitHub CI and release artifacts.
ci = ["github"]

# We publish a binary crate and do not use npm/homebrew installers yet.
installers = ["shell", "powershell"]

targets = [
  "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.
pr-run-mode = "plan"