# 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_widgets" version = "0.1.0" authors = ["Naeio "] description = "Widgets for TUI" 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" [dependencies.strip-ansi-escapes] version = "0.1" [dependencies.terminity_widgets_proc] version = "0.1" [dependencies.unicode-segmentation] version = "1.10" [dev-dependencies.format] version = "0.2.4"