# 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_complete_command" version = "0.6.1" description = "Reduces boilerplate for adding a shell completion command to Clap" documentation = "https://docs.rs/clap_complete_command" readme = "README.md" keywords = [ "clap", "cli", "completion", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/nihaals/clap-complete-command" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.carapace_spec_clap] version = "1" optional = true [dependencies.clap] version = "4" [dependencies.clap_complete] version = "4" [dependencies.clap_complete_fig] version = "4" optional = true [dependencies.clap_complete_nushell] version = "4" optional = true [dev-dependencies.clap] version = "4" features = ["derive"] [features] carapace = ["dep:carapace_spec_clap"] default = ["nushell"] fig = ["dep:clap_complete_fig"] nushell = ["dep:clap_complete_nushell"]