prepl 0.6.3

A very barebones REPL library
Documentation
[package]
name = "prepl"
version = "0.6.3"
edition = "2024"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Icerath/prepl"
keywords = ["terminal", "cli", "input"]
documentation = "https://docs.rs/prepl/"
description = "A very barebones REPL library"

[lints.clippy]
pedantic = { priority = -1, level = "warn" }
missing_errors_doc = "allow"

[dependencies]
crossterm = { version = "0.29.0", default-features = false, features = [
    "windows",
    "events",
] }