# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "linefeed" version = "0.6.0" authors = ["Murarth "] description = "Interactive terminal input reader" homepage = "https://github.com/murarth/linefeed" documentation = "https://docs.rs/linefeed/" readme = "README.md" keywords = ["console", "terminal", "input", "readline"] categories = ["command-line-interface"] license = "MIT/Apache-2.0" repository = "https://github.com/murarth/linefeed" [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"] [badges.travis-ci] repository = "murarth/linefeed"