prettytty 0.2.0

Simple, lightweight terminal I/O and configuration
Documentation
[dev-dependencies.rand]
version = "0.9.0"

[dev-dependencies.rand_distr]
version = "0.5.0"

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

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

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

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

[package]
authors = ["Robert Grimm <rgrimm@alum.mit.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Simple, lightweight terminal I/O and configuration"
documentation = "https://docs.rs/prettytty/latest/prettytty/"
edition = "2021"
homepage = "https://crates.io/crates/prettytty"
keywords = ["terminal", "tty", "raw-mode", "cbreak-mode", "console"]
license = "Apache-2.0"
name = "prettytty"
readme = "README.md"
repository = "https://github.com/apparebit/prettypretty"
version = "0.2.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.168"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Globalization", "Win32_System_Console", "Win32_System_Threading"]
version = "0.59.0"