# 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 = "clap_allgen" version = "0.2.1" build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "The complete clap generation utility to give your command-line application users a more polished experience right out of the box." readme = "README.md" keywords = [ "clap", "cli", "generate", "manpage", "completion", ] categories = ["command-line-interface"] license = "Apache-2.0 OR MIT" repository = "https://github.com/wiktor-k/clap_allgen" [lib] name = "clap_allgen" path = "src/lib.rs" [[test]] name = "all_gen" path = "tests/all_gen.rs" [dependencies.carapace_spec_clap] version = "1.1.0" optional = true [dependencies.clap] version = "4.5.17" features = ["string"] [dependencies.clap_complete] version = "4.5.26" [dependencies.clap_complete_fig] version = "4.5.2" optional = true [dependencies.clap_complete_nushell] version = "4.5.3" optional = true [dependencies.clap_mangen] version = "0.2.23" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.clap] version = "4.5.17" features = ["derive"] [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.tempfile] version = "3.12.0" [dev-dependencies.testresult] version = "0.4.1" [features] carapace = ["dep:carapace_spec_clap"] default = [ "nushell", "fig", "carapace", ] fig = ["dep:clap_complete_fig"] nushell = ["dep:clap_complete_nushell"]