# 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 = "console_engine" version = "2.6.1" authors = ["Vincent Foulon "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "A simple terminal framework to draw things and manage user input" readme = "README.md" keywords = [ "terminal", "tui", "input", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/VincentFoulon80/console_engine" [lib] doctest = false [dependencies.crossterm] version = "0.26.1" [dependencies.unicode-width] version = "0.1.8" [dev-dependencies.rand] version = "0.8" [features] default = [] event = [] form = ["event"]