# 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] edition = "2021" name = "ncursesw" version = "0.6.4" authors = ["Steve Whittle "] build = "build.rs" description = "A fat wrapper around the NCurses TUI library" homepage = "https://lib.rs/crates/ncursesw" documentation = "https://docs.rs/ncursesw" readme = "README.md" keywords = ["ncurses", "TUI"] categories = ["api-bindings", "external-ffi-bindings", "command-line-interface"] license = "MIT" repository = "https://github.com/narfit66/ncursesw-rs" resolver = "2" [package.metadata.docs.rs] features = ["docs-rs"] [lib] name = "ncursesw" [dependencies.ascii] version = "1.0" [dependencies.errno] version = "0.2" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.semver] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.gettext-rs] version = "0.7" [build-dependencies.bindgen] version = "0.59" [features] docs-rs = [] key_event_as_error = [] key_resize_as_error = [] [badges.is-it-maintained-issue-resolution] repository = "narfit66/ncursesw-rs" [badges.is-it-maintained-open-issues] repository = "narfit66/ncursesw-rs" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "narfit66/ncursesw-rs"