linefeed2 0.0.1

Interactive terminal input reader base `https://github.com/murarth/linefeed`
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 = "async"
path = "examples/async.rs"

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

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

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

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

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

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

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

[package]
authors = ["skyfireitdiy@hotmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Interactive terminal input reader base `https://github.com/murarth/linefeed`"
documentation = "https://docs.rs/linefeed2/"
edition = "2018"
homepage = "https://github.com/skyfireitdiy/linefeed"
keywords = ["console", "terminal", "input", "readline"]
license = "MIT/Apache-2.0"
name = "linefeed2"
readme = "README.md"
repository = "https://github.com/skyfireitdiy/linefeed"
version = "0.0.1"

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

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