repl-block 0.10.0

A crossterm-based library for building Read-Eval-Print-Loops (REPLs).
Documentation
[dependencies.camino]
version = "1.1.6"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.derive_more]
features = ["full"]
version = "1.0.0"

[dependencies.displaydoc]
version = "0.2.4"

[dependencies.itertools]
version = "0.13.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.21"

[dependencies.regex]
version = "1.10.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.200"

[dependencies.serde_json]
version = "1.0.116"

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

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

[package]
authors = ["Joey Ezechiels"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A crossterm-based library for building Read-Eval-Print-Loops (REPLs)."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "repl-block"
readme = "README.md"
repository = "https://github.com/jjpe/repl-block.git"
rust-version = "1.75.0"
version = "0.10.0"