lineread 0.7.4

Interactive terminal input reader
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[[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"

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

[dependencies.dirs]
version = "1.0"

[dependencies.mortal]
version = "0.2"

[dependencies.unicode-segmentation]
version = "1.12"

[dependencies.unicode-width]
version = "0.2"

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

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

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

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