linefeed 0.5.0

Interactive terminal input reader
Documentation
[package]
name = "linefeed"
description = "Interactive terminal input reader"

authors = ["Murarth <murarth@gmail.com>"]
version = "0.5.0"

documentation = "https://docs.rs/linefeed/"
homepage = "https://github.com/murarth/linefeed"
repository = "https://github.com/murarth/linefeed"

categories = ["command-line-interface"]
keywords = ["console", "terminal", "input", "readline"]
license = "MIT/Apache-2.0"
readme = "README.md"

[badges]
travis-ci = { repository = "murarth/linefeed" }

[dependencies]
mortal = "0.1.2"

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

[dev-dependencies]
assert_matches = "1.2"
rand = "0.5"