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