[package]
edition = "2024"
name = "cl_parse"
version = "0.3.3"
authors = ["berryware"]
build = false
exclude = ["target"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for defining and parsing commandline options and arguments"
documentation = "https://docs.rs/cl_parse/"
readme = "README.md"
keywords = [
"cli",
"parse",
"options",
"arguments",
]
categories = [
"command-line-interface",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/exaxisllc/cl_parse"
[lib]
name = "cl_parse"
path = "src/lib.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.sys-locale]
version = "0.3.2"
[dev-dependencies.rstest]
version = "0.26.1"