blob: 476a1e0168e46c3e66cfdb149e28cb2d463dc3ed [file] [log] [blame]
[package]
name = "rustyline"
version = "0.2.3"
authors = ["Katsu Kawakami <kkawa1570@gmail.com>"]
description = "Rustyline, a readline implementation based on Antirez's Linenoise"
documentation = "http://kkawakam.github.io/rustyline/rustyline"
repository = "https://github.com/kkawakam/rustyline"
readme = "README.md"
keywords = ["readline"]
license = "MIT"
[dependencies]
libc = "0.2.7"
nix = "0.5.0"
unicode-width = "0.1.3"
encode_unicode = "0.1.3"
clippy = {version = "~0.0.58", optional = true}
[dev-dependencies]
tempdir = "0.3.4"