# 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 = "yes-or-no" version = "0.1.0" authors = ["Antoine Renaud "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Very simple yes or no CLI tool" homepage = "https://github.com/AntoineRenaud91/yes-or-no" documentation = "https://docs.rs/yes-or-no" readme = "README.md" keywords = [ "yes", "no", "cli", "tool", "stdin", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "GPL-3.0-only" repository = "https://github.com/AntoineRenaud91/yes-or-no" [lib] name = "yes_or_no" path = "src/lib.rs" [[example]] name = "doyoulikerust" path = "examples/doyoulikerust.rs" [dependencies.crossterm] version = "0.22" [dependencies.signal-hook] version = "0.3"