[badges.github-actions]
repository = "kkawakam/rustyline"
workflow = "Rust"
[badges.maintenance]
status = "actively-developed"
[dependencies.cfg-if]
version = "0.1.6"
[dependencies.dirs-next]
optional = true
version = "1.0"
[dependencies.libc]
version = "0.2"
[dependencies.log]
version = "0.4"
[dependencies.memchr]
version = "2.0"
[dependencies.unicode-segmentation]
version = "1.0"
[dependencies.unicode-width]
version = "0.1"
[dev-dependencies.assert_matches]
version = "1.2"
[dev-dependencies.doc-comment]
version = "0.3"
[dev-dependencies.env_logger]
version = "0.7"
[dev-dependencies.rustyline-derive]
version = "0.3.1"
[dev-dependencies.tempfile]
version = "3.1.0"
[features]
default = ["with-dirs"]
with-dirs = ["dirs-next"]
with-fuzzy = ["skim"]
[package]
authors = ["Katsu Kawakami <kkawa1570@gmail.com>"]
categories = ["command-line-interface"]
description = "Rustyline, a readline implementation based on Antirez's Linenoise"
documentation = "http://docs.rs/rustyline"
edition = "2018"
keywords = ["readline"]
license = "MIT"
name = "rustyline"
readme = "README.md"
repository = "https://github.com/kkawakam/rustyline"
version = "6.3.0"
[package.metadata.docs.rs]
all-features = false
default-target = "x86_64-unknown-linux-gnu"
features = ["with-dirs", "with-fuzzy"]
no-default-features = true
[target."cfg(unix)".dependencies.nix]
version = "0.18"
[target."cfg(unix)".dependencies.skim]
optional = true
version = "0.7"
[target."cfg(unix)".dependencies.utf8parse]
version = "0.2"
[target."cfg(windows)".dependencies.scopeguard]
version = "1.1"
[target."cfg(windows)".dependencies.winapi]
features = ["consoleapi", "handleapi", "minwindef", "processenv", "winbase", "wincon", "winuser"]
version = "0.3"