[package] name = "curses" version = "0.1.0" edition = "2021" authors = ["_Arabica"] description = "ANSI escape sequence abstration library and also capable of basic shapes and colors in the terminal." keywords = ["terminal", "curses", "ncurses", "ansi"] license = "MIT" categories = ["curses", "ncurses", "terminal", "ansi"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] termsize = "0.1"