# 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 = "gen-completions" version = "0.6.0" description = "Generate Bash/Zsh completions from manpages or JSON/KDL files" homepage = "https://github.com/ysthakur/gen-completions" readme = "README.md" keywords = ["shell"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ysthakur/gen-completions" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [profile.release] lto = "thin" codegen-units = 1 strip = "debuginfo" [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.indoc] version = "2" [dependencies.kdl] version = "4.6" [dependencies.log] version = "0.4" [dependencies.miette] version = "5.10" features = ["fancy"] [dependencies.regex] version = "1.9" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_kdl] version = "0.1" [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.insta] version = "1" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.tempfile] version = "3"