# 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 = "zen-console-input" version = "1.0.0" authors = ["Steven Merino "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple but full fledged CLI" readme = "README.md" keywords = [ "prompt", "input", "CLI", "bash", ] license = "MIT" repository = "https://github.com/yuuhikaze/zen-console-input" [lib] name = "zen_console_input" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [dependencies.rpassword] version = "7.3.1" [dependencies.tempfile] version = "3.13.0" [features] editor = []