Documentation
[package]
name = "cut"
version = "0.2.0"
edition = "2024"

description = "Utilities."
keywords = ["utilities"]
categories = ["no-std", "no-std::no-alloc", "rust-patterns"]
license = "GPL-3.0-only"
repository = "https://github.com/ZenPZero/cut"

include = ["src/", "README.md", "CHANGELOG.md", "LICENSE"]

[features]
default = ["alloc", "all", "unstable"]

alloc = []

all = ["cli", "macros"]

cli = []
macros = []

unstable = ["unstable-cli-parse-args"]

unstable-cli-parse-args = ["cli", "alloc"]