# 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 = "ncurses" version = "6.0.1" 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 = [] mouse_v1 = [] panel = [] wide = [] wide_chtype = []