# 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 = "2018" name = "cmake_tui" version = "1.0.0" authors = ["Xxxion "] description = "CMake configuration via terminal user interface" license = "MIT" [dependencies.bitflags] version = "1.0" [dependencies.cassowary] version = "0.3" [dependencies.clap] version = "2.33.3" [dependencies.rand] version = "0.7" [dependencies.regex] version = "1.3.9" [dependencies.termion] version = "1.5" [dependencies.tui] version = "0.10.0" [dependencies.unicode-segmentation] version = "1.2" [dependencies.unicode-width] version = "0.1"