[package] name = "cmake_tui" version = "1.0.0" authors = ["Xxxion "] edition = "2018" description = "CMake configuration via terminal user interface" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.3" tui = "0.10.0" bitflags = "1.0" cassowary = "0.3" unicode-segmentation = "1.2" unicode-width = "0.1" termion = "1.5" #rustbox = { version = "0.11", optional = true } #crossterm = { version = "0.17", optional = true } #easycurses = { version = "0.12.2", optional = true } #pancurses = { version = "0.16.1", optional = true, features = ["win32a"] } #serde = { version = "1", "optional" = true, features = ["derive"]} rand = "0.7" regex = "1.3.9"