Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion-rustyline 2.0.0-alpha-20180628 - Docs.rs
[go: Go Back, main page]

datafusion-rustyline 2.0.0-alpha-20180628

Unofficial nightly releases of Rustyline
Documentation
[package]
name = "datafusion-rustyline"
version = "2.0.0-alpha-20180628"
authors = ["Katsu Kawakami <kkawa1570@gmail.com>"]
description = "Unofficial nightly releases of Rustyline"
documentation = "http://docs.rs/rustyline"
repository = "https://github.com/datafusion-rs/rustyline"
readme = "README.md"
keywords = ["readline"]
license = "MIT"
categories = ["command-line-interface"]

[badges]
travis-ci = { repository = "kkawakam/rustyline" }
appveyor = { repository = "kkawakam/rustyline" }
maintenance = { status = "actively-developed" }

[dependencies]
libc = "0.2"
log = "0.4"
unicode-width = "0.1"
unicode-segmentation = "1.0"

[target.'cfg(unix)'.dependencies]
nix = "0.11"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["consoleapi", "handleapi", "minwindef", "processenv", "winbase", "wincon", "winuser"] }

[dev-dependencies]
tempdir = "0.3"
assert_matches = "1.2"