# 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 = "term-kit" version = "0.3.0-prerelease2" authors = ["Tyler Critchlow"] description = "A simple terminal UI toolkit for Rust" homepage = "https://github.com/tylercritchlow/termkit" readme = "README.md" keywords = [ "terminal", "ui", "widgets", ] license = "MIT" repository = "https://github.com/tylercritchlow/termkit" [dependencies.crossterm] version = "0.27.0" [dependencies.textwrap] version = "0.16.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sysinfo] version = "0.30.12"