# 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-win" version = "0.6.3" authors = ["Steve Whittle "] description = "An extension wrapper around the ncursesw-rs crate that encapsulates the exposed raw pointers of the core NCurses TUI library" homepage = "https://lib.rs/crates/ncursesw-win" documentation = "https://docs.rs/ncursesw-win" readme = "README.md" keywords = ["ncurses", "TUI"] categories = ["api-bindings", "command-line-interface"] license = "MIT" repository = "https://github.com/narfit66/ncursesw-win-rs" resolver = "2" [package.metadata.docs.rs] features = ["ncursesw/docs-rs"] [profile.dev] panic = "unwind" [profile.release] panic = "unwind" [lib] name = "ncurseswwin" [dependencies.anyhow] version = "1.0" [dependencies.errno] version = "0.2" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.ncursesw] version = "0.6" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0" [dev-dependencies.ascii] version = "1.0" [dev-dependencies.gettext-rs] version = "0.7" [dev-dependencies.rand] version = "0.8" [features] [badges.is-it-maintained-issue-resolution] repository = "narfit66/ncursesw-win-rs" [badges.is-it-maintained-open-issues] repository = "narfit66/ncursesw-win-rs" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "narfit66/ncursesw-win-rs"