# 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" rust-version = "1.79.0" name = "milk-tea" version = "0.3.0" authors = ["finndotbin"] description = "A minimal library for creating TUI apps" readme = "README.md" keywords = [ "tui", "terminal", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/finndotbin/milk-tea" [dependencies.crossterm] version = "0.27.0" [dependencies.unicode-display-width] version = "0.3.0" [dependencies.unicode-segmentation] version = "1.11.0"