# 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-dos" 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 DOS platform." documentation = "https://docs.rs/tuifw-screen-dos/" readme = "README.md" keywords = [ "tui", "dos", "screen", "dpmi", "b800h", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/tuifw" [lib] name = "tuifw_screen_dos" path = "src/lib.rs" [dependencies.composable-allocators] version = "0.3.0" [dependencies.dos-cp] version = "0.7.0" [dependencies.either] version = "1.8.0" default-features = false [dependencies.panicking] version = "0.5.0" default-features = false [dependencies.pc-ints] version = "0.3.6" [dependencies.tuifw-screen-base] version = "0.26.0" [dependencies.unicode-width] version = "0.2.0" [badges.maintenance] status = "experimental"