ncurses 5.94.0

A very thin wrapper around the ncurses TUI library
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ncurses"
version = "5.94.0"
authors = ["contact@jeaye.com"]
build = "build.rs"
description = "A very thin wrapper around the ncurses TUI library"
homepage = "https://github.com/jeaye/ncurses-rs"
documentation = "https://github.com/jeaye/ncurses-rs"
readme = "README.md"
keywords = ["ncurses", "TUI"]
license = "MIT"
repository = "https://github.com/jeaye/ncurses-rs"

[lib]
name = "ncurses"
[dependencies.libc]
version = "0.2"
[build-dependencies.cc]
version = "1.0.18"

[build-dependencies.pkg-config]
version = "0.3"

[features]
default = []
extended_colors = ["wide"]
menu = []
panel = []
wide = []
wide_chtype = []