# 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 = "2018" name = "term-inquiry" version = "0.1.2" authors = ["Diego-Henriquez "] description = "Quick and easy way to make terminal inquiries using builder pattern." readme = "README.md" license = "MIT" repository = "https://github.com/ParagonPawns/term-inquiry" [[example]] name = "list" path = "examples/list.rs" [[example]] name = "checkbox-list" path = "examples/checkbox_list.rs" [dependencies.ansi-builder] version = "0.1.6" [target."cfg(unix)".dependencies.termios] version = "0.3.3" [target."cfg(windows)".dependencies.windows] version = "0.10.0" [target."cfg(windows)".build-dependencies.windows] version = "0.10.0"