# 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 = "shuc" version = "0.1.2" include = [ "**/*.rs", "Cargo.toml", "LICENSE", ] description = "a simple wrapper command to prompt you before running a command" readme = "README.md" keywords = [ "wrapper", "prompt", "command", "cli", "confirmation", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/RoootTheFox/shuc" [profile.release] opt-level = "s" lto = true [dependencies.console] version = "0.15.7" [dependencies.owo-colors] version = "3.5.0"