# 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-ncurses" version = "0.26.0" authors = ["warlock "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Text User Interface Framework. Basic text screen implementation for Unix/Linux platform." documentation = "https://docs.rs/tuifw-screen-ncurses/" readme = "README.md" keywords = [ "tui", "ncurses", "screen", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/tuifw" [lib] name = "tuifw_screen_ncurses" 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.itertools] version = "0.13.0" default-features = false [dependencies.libc] version = "0.2.147" 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" [build-dependencies.cc] version = "1.0.83" [build-dependencies.pkg-config] version = "0.3.27" [badges.maintenance] status = "experimental"