[package] name = "linefeed2" description = "Interactive terminal input reader base `https://github.com/murarth/linefeed`" authors = ["skyfireitdiy@hotmail.com"] version = "0.0.1" edition = "2018" documentation = "https://docs.rs/linefeed2/" homepage = "https://github.com/skyfireitdiy/linefeed" repository = "https://github.com/skyfireitdiy/linefeed" categories = ["command-line-interface"] keywords = ["console", "terminal", "input", "readline"] license = "MIT/Apache-2.0" readme = "README.md" [dependencies] dirs = "1.0" mortal = "0.2" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = [ "combaseapi", "minwindef", "ntdef", "shlobj", "winbase", "wincon", "winerror", "winuser" ] } [dev-dependencies] ansi_term = "0.11" assert_matches = "1.2" rand = "0.5"