# 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" 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 implementation." documentation = "https://docs.rs/tuifw-screen/" readme = "README.md" keywords = [ "tui", "screen", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/tuifw" [lib] name = "tuifw_screen" path = "src/lib.rs" [[example]] name = "colors" path = "examples/colors.rs" [[example]] name = "control_chars" path = "examples/control_chars.rs" [[example]] name = "screen" path = "examples/screen.rs" [dependencies.tuifw-screen-base] version = "0.26.0" [dev-dependencies.panicking] version = "0.5.0" [target.'cfg(all(not(target_os="dos"), not(windows)))'.dependencies.tuifw-screen-ncurses] version = "0.26.0" [target.'cfg(all(not(target_os="dos"), windows))'.dependencies.tuifw-screen-winapi] version = "0.26.0" [target.'cfg(target_os="dos")'.dependencies.tuifw-screen-dos] version = "0.26.0" [badges.maintenance] status = "experimental" [lints.rust.unexpected_cfgs] level = "allow" priority = 0