# 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 = "pancurses-result" version = "0.5.1" authors = ["Chris Gregory "] description = "pancurses-result is a wrapper for pancurses that aims to provide a\nsafe interface to curses. This library aims to guarantee thread and\nmemory safety, whereas pancurses just provides direct C bindings.\n" homepage = "https://github.com/czipperz/pancurses-result" documentation = "https://docs.rs/pancurses-result" keywords = ["pancurses", "curses", "ncurses", "pdcurses", "pancurses-result"] license = "MIT" repository = "https://github.com/czipperz/pancurses-result" [dependencies.lazy_static] version = "1.2.0" [dependencies.pancurses] version = "0.16.1" [features] disable_resize = ["pancurses/disable_resize"] show_menu = ["pancurses/show_menu"] wide = ["pancurses/wide"] win32 = ["pancurses/win32"] win32a = ["pancurses/win32a"]