libnotcurses-sys 2.3.11

Low-level Rust bindings for the notcurses C library.
[build-dependencies.bindgen]
version = "^0.57"

[build-dependencies.pkg-config]
version = "^0.3.18"
[dependencies.cty]
version = "^0.2.1"

[dependencies.libc]
default-features = false
version = "^0.2.80"
[dev-dependencies.rand]
version = "^0.8"

[dev-dependencies.serial_test]
version = "^0.5.0"

[dev-dependencies.serial_test_derive]
version = "^0.5.0"

[package]
authors = ["nick black <dankamongmen@gmail.com>", "José Luis Cruz <joseluis@andamira.net>"]
build = "build/build.rs"
categories = ["external-ffi-bindings", "command-line-interface", "visualization", "multimedia", "rendering"]
description = "Low-level Rust bindings for the notcurses C library."
documentation = "https://dankamongmen.github.io/notcurses/rustdoc/libnotcurses_sys/"
edition = "2018"
homepage = "https://nick-black.com/dankwiki/index.php/Notcurses"
include = ["build/", "examples/", "src/", "LICENSE-*", "README.md"]
keywords = ["tui", "cli", "terminal", "ncurses", "ffi"]
license = "MIT OR Apache-2.0"
links = "notcurses"
name = "libnotcurses-sys"
readme = "./README.md"
repository = "https://github.com/dankamongmen/notcurses"
version = "2.3.11"
[profile.dev]

[profile.release]