# 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" rust-version = "1.74.1" name = "halp" version = "0.2.0" authors = ["Orhun Parmaksız "] default-run = "halp" description = "A CLI tool to get help with CLI tools 🐙" homepage = "https://github.com/orhun/halp" readme = "README.md" keywords = [ "cli", "help", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/orhun/halp" [profile.bench] opt-level = 3 debug = 0 [profile.dev] opt-level = 0 debug = 2 panic = "abort" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "unwind" strip = true [profile.test] opt-level = 0 debug = 2 [[bin]] name = "halp-completions" path = "src/bin/completions.rs" [[bin]] name = "halp-mangen" path = "src/bin/mangen.rs" [[bin]] name = "halp-test" path = "src/bin/test.rs" [dependencies.clap] version = "4.5.7" features = [ "derive", "env", "wrap_help", ] [dependencies.clap_complete] version = "4.5.6" [dependencies.clap_mangen] version = "0.2.21" [dependencies.colored] version = "2.1.0" [dependencies.console] version = "0.15.8" [dependencies.dialoguer] version = "0.11.0" default-features = false [dependencies.dirs] version = "5.0.1" [dependencies.process_control] version = "4.1.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dependencies.toml] version = "0.8.14" [dependencies.ureq] version = "2.9.7" [dev-dependencies.pretty_assertions] version = "1.4.0"