# 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 = "confirm-rs" version = "1.1.0" authors = ["Wesley Van Melle "] description = "A simple tool to obtain interactive confirmation in scripts." homepage = "https://github.com/scruffystuffs/confirm" documentation = "https://github.com/scruffystuffs/confirm/README.md" license = "Unlicense" repository = "https://github.com/scruffystuffs/confirm" resolver = "2" [[bin]] name = "confirm" path = "src/main.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.1.12" features = [ "derive", "cargo", ] [dependencies.getch] version = "0.3.1"