[badges.maintenance]
status = "actively-developed"
[dependencies.az]
version = "1.2.0"
[dependencies.libnotcurses-sys]
version = "3.7.0"
[dependencies.once_cell]
version = "1.10.0"
[dependencies.paste]
version = "1.0.7"
[dev-dependencies.rand]
version = "0.8"
[features]
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.64.0"
version = "3.1.0"
[package.metadata.docs.rs]
features = ["vendored"]