textarea 0.0.0

A textarea for the command-line, with multiline 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 = "textarea"
version = "0.0.0"
authors = ["Felipe S. S. Schneider <schneider.felipe.5@gmail.com>"]
description = "A textarea for the command-line, with multiline support"
homepage = "https://github.com/schneiderfelipe/talkie/tree/main/textarea#textarea"
readme = "README.md"
license = "MIT"
repository = "https://github.com/schneiderfelipe/talkie"
resolver = "1"

[package.metadata.workspaces]
independent = true

[dependencies.anyhow]
version = "1.0.68"
default-features = false

[dependencies.rustyline]
version = "10.0.0"
default-features = false

[features]
default = ["multiline"]
multiline = ["rustyline/custom-bindings"]