notcurses 3.6.0

A high level Rust wrapper for the notcurses C library
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.cuadra]
version = "0.3.0"

[dependencies.libnotcurses-sys]
features = ["std"]
version = "3.11.0"

[dependencies.once_cell]
version = "1.20.1"

[dependencies.paste]
version = "1.0.15"

[dependencies.rgb]
default-features = false
version = "0.8.50"

[dev-dependencies.rand]
version = "0.8"

[features]
default = []
nightly_docs = ["vendored"]
vendored = ["libnotcurses-sys/use_vendored_bindings"]

[package]
authors = ["José Luis Cruz <joseluis@andamira.net>", "nick black <dankamongmen@gmail.com>"]
categories = ["api-bindings", "command-line-interface", "visualization", "rendering"]
description = "A high level Rust wrapper for the notcurses C library"
edition = "2021"
homepage = "https://nick-black.com/dankwiki/index.php/Notcurses"
include = ["/src/**/*rs", "/examples/hello-world.rs", "/Cargo.toml", "/LICENSE-*", "/README.md"]
keywords = ["tui", "cli", "terminal", "ncurses"]
license = "MIT OR Apache-2.0"
name = "notcurses"
publish = true
readme = "./README.md"
repository = "https://github.com/dankamongmen/notcurses-rs"
rust-version = "1.65.0"
version = "3.6.0"

[package.metadata.docs.rs]
features = ["nightly_docs"]