rustyline-async 0.4.9

A minimal readline with multiline and async support.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "rustyline-async"
version = "0.4.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal readline with multiline and async support."
documentation = "https://docs.rs/rustyline-async"
readme = "README.md"
license = "Unlicense"
repository = "https://github.com/zyansheep/rustyline-async"

[features]
default = ["emacs"]
emacs = []

[lib]
name = "rustyline_async"
path = "src/lib.rs"

[[example]]
name = "readline"
path = "examples/readline.rs"

[[example]]
name = "test-printing"
path = "examples/test-printing.rs"

[[example]]
name = "tokio-readline-ansi"
path = "examples/tokio-readline-ansi.rs"

[dependencies.ansi-width]
version = "0.1.0"

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

[dependencies.futures-util]
version = "0.3"
features = ["io"]

[dependencies.pin-project]
version = "1.1"

[dependencies.thingbuf]
version = "0.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.unicode-segmentation]
version = "1.12"

[dev-dependencies.async-std]
version = "1.13.2"
features = [
    "unstable",
    "attributes",
]

[dev-dependencies.log]
version = "0.4.29"

[dev-dependencies.simplelog]
version = "0.12.2"

[dev-dependencies.tokio]
version = "1"
features = ["full"]