# 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 = "tuifw-screen-base" version = "0.26.0" authors = ["warlock "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Text User Interface Framework. Basic platform-independent text screen interface." documentation = "https://docs.rs/tuifw-screen-base/" readme = "README.md" keywords = [ "tui", "ncurses", "notcurses", "screen", ] categories = [ "command-line-interface", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/tuifw" [lib] name = "tuifw_screen_base" path = "src/lib.rs" [dependencies.enum-derive-2018] version = "3.0.2" default-features = false [dependencies.int-vec-2d] version = "0.1.4" [dependencies.macro-attr-2018] version = "3.0.1" [dependencies.unicode-width] version = "0.2.0" [badges.maintenance] status = "experimental"