# 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.60" name = "challenge-prompt" version = "0.4.0" authors = ["Alexandru Scvortov "] exclude = [ ".gitlab-ci.yml", "Makefile", "flake.lock", "*.sh", "*.nix", ".envrc", ".gitignore", ] description = """ challenge-prompt makes the user pause before doing something dangerous """ homepage = "https://gitlab.com/abstract-binary/challenge-prompt" readme = "README.md" keywords = [ "prompt", "challenge", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://gitlab.com/abstract-binary/challenge-prompt" resolver = "2" [profile.release] opt-level = "z" lto = true panic = "abort" strip = "symbols" [[bin]] name = "challenge-prompt" doc = false [dependencies.argh] version = "0.1" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "2.1"