lineread 0.7.1-beta

Interactive terminal input reader
Documentation
[dependencies.dirs]
version = "1.0"

[dependencies.mortal]
version = "0.2"

[dev-dependencies.ansi_term]
version = "0.11"

[dev-dependencies.assert_matches]
version = "1.2"

[dev-dependencies.rand]
version = "0.5"

[[example]]
name = "color_prompt"
path = "examples/color_prompt.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

[lib]
name = "lineread"
path = "src/lib.rs"

[package]
authors = ["Murarth <murarth@gmail.com>", "Hugo Wang <w@mitnk.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Interactive terminal input reader"
documentation = "https://docs.rs/lineread/"
edition = "2018"
homepage = "https://github.com/mitnk/lineread"
keywords = ["console", "terminal", "input", "readline"]
license = "MIT/Apache-2.0"
name = "lineread"
readme = "README.md"
repository = "https://github.com/mitnk/lineread"
version = "0.7.1-beta"

[target."cfg(windows)".dependencies.winapi]
features = ["combaseapi", "minwindef", "ntdef", "shlobj", "winbase", "wincon", "winerror", "winuser"]
version = "0.3"

[[test]]
name = "linefeed"
path = "tests/linefeed.rs"