# 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.22.0" authors = ["sigoden "] 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" [profile.release] opt-level = "z" lto = true strip = true [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" optional = true [dependencies.convert_case] version = "0.6" [dependencies.dirs] version = "5.0" optional = true [dependencies.either] version = "1.8" [dependencies.indexmap] version = "2.1" [dependencies.natord] version = "1.0" optional = true [dependencies.nom] version = "7.1" [dependencies.num_cpus] version = "1.16" optional = true [dependencies.path-absolutize] version = "3.1.1" optional = true [dependencies.roff] version = "0.2" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] optional = true [dependencies.shell-words] version = "1.1" [dependencies.textwrap] version = "0.16" optional = true [dependencies.threadpool] version = "1.8" optional = true [dependencies.which] version = "7.0" optional = true [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.assert_fs] version = "1" [dev-dependencies.insta] version = "1.30" [dev-dependencies.predicates] version = "3" [dev-dependencies.rstest] version = "0.23" [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"] [target."cfg(unix)".dev-dependencies.libc] version = "0.2"