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