pancurses 0.17.0

pancurses is a curses libary for Rust that supports both Unix and Windows platforms by abstracting away the backend that it uses (ncurses-rs and pdcurses-sys respectively).
Documentation
[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"
[dev-dependencies.rand]
version = "0.8.4"

[features]
disable_resize = []
show_menu = []
wide = ["ncurses/wide"]
win32 = ["pdcurses-sys/win32"]
win32a = ["pdcurses-sys/win32a"]

[lib]
name = "pancurses"

[package]
authors = ["Ilkka Halila <ilkka@hali.la>"]
description = "pancurses is a curses libary for Rust that supports both Unix and Windows\nplatforms by abstracting away the backend that it uses\n(ncurses-rs and pdcurses-sys respectively).\n"
documentation = "https://docs.rs/pancurses"
homepage = "https://github.com/ihalila/pancurses"
keywords = ["pancurses", "curses", "ncurses", "pdcurses"]
license = "MIT"
name = "pancurses"
readme = "README.md"
repository = "https://github.com/ihalila/pancurses"
version = "0.17.0"
[target."cfg(unix)".dependencies.ncurses]
version = "5.101.0"
[target."cfg(windows)".dependencies.pdcurses-sys]
version = "0.7"

[target."cfg(windows)".dependencies.winreg]
version = "0.5"