linefeed 0.2.1

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

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

documentation = "http://murarth.github.io/linefeed/linefeed/index.html"
homepage = "https://github.com/murarth/linefeed"
repository = "https://github.com/murarth/linefeed"

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

[dependencies]
libc = "0.2"

[target.'cfg(unix)'.dependencies]
nix = "0.7"

[target.'cfg(windows)'.dependencies]
kernel32-sys = "0.2"
ole32-sys = "0.2"
shell32-sys = "0.1"
winapi = "0.2"

[dev-dependencies]
assert_matches = "1.0"