[package] name = "nu" version = "0.1.1" authors = ["Yehuda Katz "] description = "A shell for the GitHub era" license = "ISC" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rustyline = "4.1.0" sysinfo = "0.8.4" chrono = "0.4.6" chrono-tz = "0.5.1" derive-new = "0.5.6" prettytable-rs = "0.8.0" itertools = "0.8.0" ansi_term = "0.11.0" conch-parser = "0.1.1" nom = "5.0.0-beta1" subprocess = "0.1.18" dunce = "1.0.0" indexmap = "1.0.2" chrono-humanize = "0.0.11" byte-unit = "2.1.0" ordered-float = "1.0.2" prettyprint = "0.6.0" cursive = { version = "0.12.0", features = ["pancurses-backend"], default-features = false } futures-preview = "0.3.0-alpha.16" futures-sink-preview = "0.3.0-alpha.16" [dependencies.pancurses] version = "0.16" features = ["win32a"]