argc 1.24.0

A bash cli framework, also a bash-based command runner
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 = "2021"
name = "argc"
version = "1.24.0"
authors = ["sigoden <sigoden@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A bash cli framework, also a bash-based command runner"
homepage = "https://github.com/sigoden/argc"
readme = "README.md"
keywords = [
    "cli",
    "bash",
    "runner",
    "arg",
    "parser",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sigoden/argc"

[features]
application = [
    "native-runtime",
    "eval-bash",
    "build",
    "mangen",
    "completions",
    "compgen",
    "export",
    "wrap-help",
    "num_cpus",
    "threadpool",
    "base64",
    "path-absolutize",
]
build = []
compgen = [
    "dirs",
    "natord",
]
completions = []
default = ["application"]
eval = []
eval-bash = ["eval"]
export = [
    "serde_json",
    "indexmap/serde",
]
mangen = ["roff"]
native-runtime = ["which"]
wrap-help = ["textwrap"]

[lib]
name = "argc"
path = "src/lib.rs"

[[bin]]
name = "argc"
path = "src/bin/argc/main.rs"

[[test]]
name = "integration"
path = "tests/tests.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22.1"
optional = true

[dependencies.convert_case]
version = "0.11.0"

[dependencies.dirs]
version = "6.0.0"
optional = true

[dependencies.either]
version = "1.15.0"

[dependencies.indexmap]
version = "2.10.0"

[dependencies.natord]
version = "1.0.9"
optional = true

[dependencies.nom]
version = "8.0.0"

[dependencies.num_cpus]
version = "1.17.0"
optional = true

[dependencies.path-absolutize]
version = "3.1.1"
optional = true

[dependencies.roff]
version = "1.0.0"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]
optional = true

[dependencies.shell-words]
version = "1.1.0"

[dependencies.textwrap]
version = "0.16.2"
optional = true

[dependencies.threadpool]
version = "1.8.1"
optional = true

[dependencies.unicode-width]
version = "0.2.1"

[dependencies.which]
version = "8.0.0"
optional = true

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.assert_fs]
version = "1"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.rstest]
version = "0.26.1"

[target."cfg(unix)".dev-dependencies.libc]
version = "0.2"

[profile.release]
opt-level = "z"
lto = true
strip = true