# 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 = "cli_select" version = "0.1.6" authors = ["Preyde"] description = "A crate build on top of crossterm to provide a simple customizable select dialog for the command line." readme = "README.md" keywords = [ "cli", "select", "cli_select", "select-box", "radiobutton", ] license = "MIT" repository = "https://github.com/Preyde/cli_select/" [dependencies.colored] version = "2.0.0" optional = true [dependencies.crossterm] version = "0.27.0" [features] color = ["colored"]