[dependencies.u8char]
version = "0.3.0"
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[[example]]
name = "report"
path = "examples/report.rs"
[lib]
name = "vtmachine"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "State machine for VT100-like terminal data streams"
edition = "2021"
license = "MIT"
name = "vtmachine"
readme = "README.md"
repository = "https://github.com/apparentlymart/rust-vtmachine"
version = "0.4.0"