# 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 = "crosscurses" version = "0.1.0" authors = ["Ilkka Halila ", "T.Post"] description = "crosscurses 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/TimonPost/crosscurses" documentation = "https://docs.rs/crosscurses" readme = "README.md" keywords = ["crosscurses", "curses", "ncurses", "pdcurses"] license = "MIT" repository = "https://github.com/TimonPost/crosscurses" [lib] name = "crosscurses" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dev-dependencies.rand] version = "0.7.2" [features] disable_resize = [] show_menu = [] wide = ["ncurses/wide"] win32 = ["pdcurses-sys/win32"] win32a = ["pdcurses-sys/win32a"] [target."cfg(unix)".dependencies.ncurses] version = "5.99.0" [target."cfg(windows)".dependencies.pdcurses-sys] version = "0.7" [target."cfg(windows)".dependencies.winreg] version = "0.6.2"