# 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 = "terminity" version = "0.1.0" authors = ["Naeio "] default-run = "game" description = "Enviroment for the best terminal UI quality for games" readme = "README.md" keywords = [ "TUI", "UI", "terminal", "game-development", ] categories = [ "game-development", "games", ] license = "BSD-4-Clause" repository = "https://github.com/NeoGalaxy/terminity" resolver = "1" [dependencies.crossterm] version = "0.26" features = ["event-stream"] [dependencies.lazy_static] version = "1.4" [dependencies.rand] version = "0.8.5" [dependencies.structopt] version = "0.3" [dependencies.terminity_widgets] version = "0.1"