# 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_autocomplete" version = "0.4.2" authors = ["Icelk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easy to integrate shell completion for Clap. Finds the user's shell and puts completion files in the appropriate locations." homepage = "https://github.com/Icelk/clap_autocomplete" readme = "README.md" keywords = [ "cli", "bash", "clap", "completion", "fish", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/Icelk/clap_autocomplete" [lib] name = "clap_autocomplete" path = "src/lib.rs" [dependencies.clap] version = "4" default-features = false [dependencies.clap_complete] version = "4" [dependencies.query-shell] version = "0.3" [dependencies.xdg] version = "2.4" [dev-dependencies.clap] version = "4" features = ["cargo"]