tuifw-screen 0.16.2

Text User Interface Framework. Basic platform-independent text screen implementation.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"

[[package]]
name = "cc"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"

[[package]]
name = "dos-cp"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3d029ee0f63b834b29220510d82bd11b7677ca4c2c68e8eeefdb54ebdc3f8bd"

[[package]]
name = "either"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"

[[package]]
name = "enum-derive-2018"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c12aad72e0c5b4f1e0cc866187d8812deeaa1fccc892d3baf44c2b154d3e27b"

[[package]]
name = "errno-no-std"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81c2e54af94598c53c178156725270d3f5486ac649833181f2d51efb51fa310b"
dependencies = [
 "errno-sys",
 "libc",
 "widestring",
 "winapi",
]

[[package]]
name = "errno-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c0007216af1525058024bc6dc15bbd2ffe8af877f0fbf754fbdb78c59d634e8"
dependencies = [
 "cc",
 "libc",
]

[[package]]
name = "int-vec-2d"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da29d317392aa77c943ff2203206add51186f9522b7f7d02b6f779411ebf1648"
dependencies = [
 "either",
 "enum-derive-2018",
 "macro-attr-2018",
 "num-traits",
]

[[package]]
name = "libc"
version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"

[[package]]
name = "macro-attr-2018"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66fbbf2d3635c91b436074cf14a7c8948dc608e193c9d2b389bdc64aae2ca37b"

[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
 "autocfg",
]

[[package]]
name = "panicking"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21eb594cd667adf943bf4617e74ca71e2f4041f2fa630d5fc7be9314a1b480de"

[[package]]
name = "pc-ints"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "616b1c472551d7416cc0620192416534c78384419f65a387b04051d6f5b36033"

[[package]]
name = "pkg-config"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"

[[package]]
name = "tuifw-screen"
version = "0.16.2"
dependencies = [
 "errno-no-std",
 "panicking",
 "tuifw-screen-base",
 "tuifw-screen-dos",
 "tuifw-screen-ncurses",
 "tuifw-screen-winapi",
]

[[package]]
name = "tuifw-screen-base"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "035e3ab8dcea213575e9a69abe274697b3e90d8e2db97f4b2f8d232aabaeb37b"
dependencies = [
 "enum-derive-2018",
 "errno-no-std",
 "int-vec-2d",
 "macro-attr-2018",
]

[[package]]
name = "tuifw-screen-dos"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e8c15c9dd87a91d6579c0992d2e00aca36822ab6ea8d5af787b9ce50fd623ec"
dependencies = [
 "dos-cp",
 "errno-no-std",
 "panicking",
 "pc-ints",
 "tuifw-screen-base",
]

[[package]]
name = "tuifw-screen-ncurses"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05777c8ff4efe66a4d62d7da6667dc900025e8cf4d21fd8c8a0cd768f7fec116"
dependencies = [
 "cc",
 "either",
 "errno-no-std",
 "libc",
 "panicking",
 "pkg-config",
 "tuifw-screen-base",
 "unicode-width",
]

[[package]]
name = "tuifw-screen-winapi"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22c2a92858775d6e71894696a9d97475dc8ce371bf7318d8958d19de5c767bf4"
dependencies = [
 "either",
 "errno-no-std",
 "num-traits",
 "panicking",
 "tuifw-screen-base",
 "winapi",
]

[[package]]
name = "unicode-width"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"

[[package]]
name = "widestring"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5ebb1abbff1aa611839e14864856c9fc67d3af74593e3cb79f3d56ffdf9e443"

[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
]

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"

[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"