cl_parse 0.3.3

A library for defining and parsing commandline options and arguments
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"