# 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 = "man-completions" version = "0.4.1" description = "Generate completions for Zsh and other shells from manpages" homepage = "https://github.com/ysthakur/man-completions" readme = "README.md" keywords = ["shell"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ysthakur/man-completions" [profile.release] lto = "thin" codegen-units = 1 strip = "debuginfo" [dependencies.anyhow] version = "1.0" [dependencies.bzip2] version = "0.4" [dependencies.clap] version = "4.3" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.10" [dependencies.flate2] version = "1.0" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.9" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.tempfile] version = "3"