# 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-winapi" version = "0.26.0" authors = ["warlock "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Text User Interface Framework. Basic text screen implementation for Win platform." documentation = "https://docs.rs/tuifw-screen-winapi/" readme = "README.md" keywords = [ "tui", "winapi", "screen", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/tuifw" [lib] name = "tuifw_screen_winapi" path = "src/lib.rs" [dependencies.composable-allocators] version = "0.3.0" [dependencies.either] version = "1.9.0" default-features = false [dependencies.errno-no-std] version = "0.2.2" default-features = false [dependencies.num-traits] version = "0.2.16" default-features = false [dependencies.panicking] version = "0.5.0" default-features = false [dependencies.tuifw-screen-base] version = "0.26.0" [dependencies.unicode-width] version = "0.2.0" [dependencies.winapi] version = "0.3.9" features = [ "consoleapi", "handleapi", "impl-default", "processenv", "stringapiset", "synchapi", "winbase", "wincon", "wincontypes", "winnls", "winuser", ] [badges.maintenance] status = "experimental"