# 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 = "2018" name = "cli-completion" version = "0.4.0" authors = ["linux_china "] description = "cli completion for bash, zsh, fish and powershell." homepage = "https://github.com/linux-china/cli-completion" documentation = "https://github.com/linux-china/cli-completion" readme = "README.md" keywords = ["cli", "completion"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/linux-china/cli-completion" [dependencies.clap] version = "3.0.0-beta.5" features = ["yaml"] [dependencies.clap_generate] version = "3.0.0-beta.5" [dependencies.yaml-rust] version = "0.4"