[dependencies.bitflags]
version = "2.6"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.image]
version = "0.25"
[lib]
crate-type = ["cdylib", "rlib"]
name = "zaz"
path = "src/lib.rs"
[package]
authors = ["Raphael Amorim <rapha850@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "cross-platform textual UI toolkit with bindings for Rust, C++, Zig and etc"
edition = "2024"
include = ["src/**", "Cargo.toml", "README.md", "LICENSE"]
license = "MIT"
name = "zaz"
readme = "README.md"
version = "0.0.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2"