# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "abort" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "addde1f7d1104254aa8cd4293f8478b1783462b7cb33815c19cb1bbbb51277ba" [[package]] name = "autocfg" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" [[package]] name = "buf" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb37870f576bb3d363150c21b7f5c5f8125c36655dd2a6aa02d95b31c21e2958" dependencies = [ "containers", "either", "i-o", "loca", ] [[package]] name = "chn" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e7621ebbf4d6a26de08f24f7c0082b579c06131c91041e0d8f32c11a04dcab6" [[package]] name = "containers" version = "0.9.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f8b757556ad83854e0a563f2a97e1f55b0fc000453ab07d2762af651668e1de" dependencies = [ "abort", "default_allocator", "either", "fallible", "hash-table", "heap", "loca", "ptr", "rel", "unreachable", ] [[package]] name = "cursebox" version = "0.2.11" dependencies = [ "buf", "chn", "containers", "flags", "i-o", "libc-interface", "loca", "null-terminated", "ptr", "subslice", "system-call", "tempus", "unix", "unix-signal", "unix-tty", "util", ] [[package]] name = "default_allocator" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1008954db5c525beb38a3ae4c3c6f248eb9ae82f94150056f00226ac0ec1f322" dependencies = [ "loca", ] [[package]] name = "either" version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "fallible" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fafcb2d30b26d22d1c106075c5ba12383bacef822bc27d6c0f1a3caac3d6b283" dependencies = [ "void", ] [[package]] name = "flags" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ed44d41d5559282eb1b929c0a735d644d24c47c0f4212438f9f7052de74c340" [[package]] name = "hash-table" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7fa665c58e9b422c0afc3e0463275278f7f66545e62adfd4c0db86ab82e3ea4" dependencies = [ "siphasher", ] [[package]] name = "heap" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb1ba12e2ae1c76b997f2992eb74a4c8aa4f0b097827bd307f513d0a3a56c612" [[package]] name = "i-o" version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2170272eacab089c27e55baae23b391bcc65ed2183c1bf2765c68f8c1c494c5" dependencies = [ "containers", "either", "loca", "void", ] [[package]] name = "idem" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6da62b2ef57517a504ec8887acdec4a1ddc5156e140f1a5cf10a9a984a5f0d9e" dependencies = [ "idem 0.4.0", ] [[package]] name = "idem" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49cb26751db2b9b24e315a19bc9facb4120cbead01e33a86ddce87c2f4fca661" [[package]] name = "libc" version = "0.2.98" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790" [[package]] name = "libc-interface" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85928e978f2de1849c9c48b308809aaba818bb3bbc14749a7538d1c1611b6198" [[package]] name = "loca" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdca6bdcb546abcc0129d410dc98be5decc32205ef3825dd2b5fb40e271b62f5" dependencies = [ "ptr", ] [[package]] name = "memchr" version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" [[package]] name = "null-terminated" version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e80fa4ec7a718ee55c9745820e9e4b45a0e9bf64da682e0daef91dc75692af3e" dependencies = [ "unreachable", "utf", ] [[package]] name = "ptr" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76208293e44a44a702aa22f5cf40e2e55f4a6cd19953ddadb0b3f68e337d87ce" [[package]] name = "rand" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" dependencies = [ "autocfg", "libc", "rand_chacha", "rand_core 0.4.2", "rand_hc", "rand_isaac", "rand_jitter", "rand_pcg", "rand_xorshift", "winapi", ] [[package]] name = "rand_chacha" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" dependencies = [ "autocfg", "rand_core 0.3.1", ] [[package]] name = "rand_core" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" dependencies = [ "rand_core 0.4.2", ] [[package]] name = "rand_core" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" [[package]] name = "rand_hc" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" dependencies = [ "rand_core 0.3.1", ] [[package]] name = "rand_isaac" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" dependencies = [ "rand_core 0.3.1", ] [[package]] name = "rand_jitter" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" dependencies = [ "libc", "rand_core 0.4.2", "winapi", ] [[package]] name = "rand_pcg" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" dependencies = [ "autocfg", "rand_core 0.4.2", ] [[package]] name = "rand_xorshift" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" dependencies = [ "rand_core 0.3.1", ] [[package]] name = "rel" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35f4a32661bff050a4e4e7bcf1ec5fbe36f2dd8fa32269318204d0bcfd9b5569" [[package]] name = "siphasher" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" [[package]] name = "subslice" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "63e487c3d5eff5fd5f8641dd21e8a83ebfead68557b3b3aebea0fab44b1c4875" dependencies = [ "memchr", ] [[package]] name = "system-call" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c09a3f3d6b230aa53d05115ac629964c785f1d277c5015026392ea1629d40778" [[package]] name = "tempus" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0cce1328a88866444ea5f017ae998a31fdd7c12c9c5c00a8d38c46bbd8181848" dependencies = [ "idem 0.1.1", "libc-interface", ] [[package]] name = "unix" version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ae0d145b7510131a117f9dfd4f6554c27082267cbe45c55e23f396a93930c88" dependencies = [ "abort", "fallible", "flags", "i-o", "idem 0.1.1", "libc", "libc-interface", "null-terminated", "rand", "system-call", "tempus", "void", ] [[package]] name = "unix-signal" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e07018b3b527279eef4848618ad07b98bdb1e4f4d564dc2dc73905fccbdee54" dependencies = [ "flags", "libc-interface", "system-call", "unix", ] [[package]] name = "unix-tty" version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8372b606e9d733431e27c4f1f1693337e73ebf3ce4cf69eba14128177ea1f9c" dependencies = [ "i-o", "libc-interface", "null-terminated", "system-call", "unix", ] [[package]] name = "unreachable" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" dependencies = [ "void", ] [[package]] name = "utf" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8704f91734e57e97633bff5afe5c2893e5aca5bd83fac44736460deca2611a76" [[package]] name = "util" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b639ef78b5e813beaf255ca7e48b77d5797b6460e85089c5e7db6f08a8ec8e00" [[package]] name = "void" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[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"