# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "pancurses" version = "0.17.0" authors = ["Ilkka Halila "] 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" homepage = "https://github.com/ihalila/pancurses" documentation = "https://docs.rs/pancurses" readme = "README.md" keywords = ["pancurses", "curses", "ncurses", "pdcurses"] license = "MIT" repository = "https://github.com/ihalila/pancurses" [lib] name = "pancurses" [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"] [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"