rustyline 5.0.1

Rustyline, a readline implementation based on Antirez's Linenoise
Documentation
# 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 = "rustyline"
version = "5.0.1"
authors = ["Katsu Kawakami <kkawa1570@gmail.com>"]
description = "Rustyline, a readline implementation based on Antirez's Linenoise"
documentation = "http://docs.rs/rustyline"
readme = "README.md"
keywords = ["readline"]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/kkawakam/rustyline"
[package.metadata.docs.rs]
all-features = false
default-target = "x86_64-unknown-linux-gnu"
features = ["with-dirs"]
no-default-features = true
[dependencies.dirs]
version = "2.0"
optional = true

[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.env_logger]
version = "0.6"

[dev-dependencies.tempdir]
version = "0.3"

[features]
default = ["with-dirs"]
with-dirs = ["dirs"]
[target."cfg(unix)".dependencies.nix]
version = "0.14"

[target."cfg(unix)".dependencies.utf8parse]
version = "0.1"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["consoleapi", "handleapi", "minwindef", "processenv", "winbase", "wincon", "winuser"]
[badges.appveyor]
repository = "kkawakam/rustyline"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "kkawakam/rustyline"