# 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 = "textyle" version = "0.2.0" authors = ["louis1001 "] build = false exclude = ["**/main.rs"] autobins = false autoexamples = false autotests = false autobenches = false description = "A text-based declarative UI library inspired by SwiftUI" homepage = "https://github.com/louis1001/textyle" readme = "README.md" categories = [ "command-line-interface", "gui", "graphics", "rendering::engine", "visualization", ] license = "MIT" repository = "https://github.com/louis1001/textyle" [lib] name = "textyle" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.crossterm] version = "0.27.0" [dependencies.defer-lite] version = "1.0.0" [dependencies.rand] version = "0.8.5" [dependencies.unicode-segmentation] version = "1.10.1"