extui 0.1.2

An experimental fast compiling serialization and deserialization libary for JSON like formats.
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 = "2024"
rust-version = "1.88"
name = "extui"
version = "0.1.2"
authors = ["Thomas Dagenais <exrok@i64.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An experimental fast compiling serialization and deserialization libary for JSON like formats."
readme = "README.md"
keywords = ["serialization"]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/exrok/extui"

[features]
bracketed-paste = []

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

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

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

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

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

[[test]]
name = "vt_encoding"
path = "tests/vt_encoding.rs"

[dependencies.bitflags]
version = "2.9.4"

[dependencies.itoap]
version = "1.0.1"

[dependencies.libc]
version = "0.2.175"

[dependencies.signal-hook-registry]
version = "1.4.6"

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

[dependencies.unicode-width]
version = "0.2.1"
default-features = false

[dev-dependencies.vt100]
version = "0.16"