# 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 = "enquirer" version = "0.6.1" authors = ["Pavan Kumar Sunkara "] include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "*.md"] description = "Command line utility for stylish interactive prompts" readme = "README.md" categories = ["command-line-utilities", "development-tools"] license = "MIT" repository = "https://github.com/termapps/enquirer" [profile.release] lto = "thin" [[bin]] name = "enquirer" path = "src/main.rs" [dependencies.clap] version = "~3.1.0" features = ["derive", "wrap_help"] [dependencies.dialoguer] version = "0.10.0"