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

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

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

[package.metadata.docs.rs]
all-features = true

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

alloc = []

all = ["cli", "macros"]

cli = []
macros = []

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

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