2020-03-09 18:30:06 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-11-04 14:03:12 +01:00
|
|
|
version = 3
|
|
|
|
|
2017-10-16 22:53:05 +02:00
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
2020-03-09 18:30:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-03-09 18:30:06 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.7.18"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"memchr",
|
2020-03-09 18:30:06 +01:00
|
|
|
]
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"winapi",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2020-03-09 18:30:06 +01:00
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
2020-03-09 18:30:06 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "bindgen"
|
|
|
|
version = "0.56.0"
|
2020-03-09 18:30:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"clap",
|
|
|
|
"env_logger",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
"which",
|
2020-03-09 18:30:06 +01:00
|
|
|
]
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-03-09 18:30:06 +01:00
|
|
|
version = "1.2.1"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.8.0"
|
2020-03-09 18:30:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
|
2020-03-09 18:30:06 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
version = "1.0.50"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
|
2020-03-09 18:30:06 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "cexpr"
|
|
|
|
version = "0.4.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"nom 5.1.2",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "clang-sys"
|
|
|
|
version = "1.3.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "fa66045b9cb23c2e9c1520732030608b02ee07e5cfaa5a521ec15ded7fa24c90"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "clap"
|
|
|
|
version = "2.33.3"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "cmake"
|
|
|
|
version = "0.1.46"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "b7b858541263efe664aead4a5209a4ae5c5d2811167d4ed4ee0944503f8d2089"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"cc",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.2.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"cfg-if 0.1.10",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-03-09 18:30:06 +01:00
|
|
|
name = "downcast-rs"
|
|
|
|
version = "1.1.1"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "52ba6eb47c2131e784a38b726eb54c1e1484904f013e576a25354d0124161af6"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.29"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"cfg-if 1.0.0",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "env_logger"
|
|
|
|
version = "0.8.4"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "filetime"
|
|
|
|
version = "0.2.15"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"winapi",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.22"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.3"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2020-03-09 18:30:06 +01:00
|
|
|
]
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2020-03-09 18:30:06 +01:00
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.8"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"libc",
|
2020-03-09 18:30:06 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
2020-03-09 18:30:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2020-03-09 18:30:06 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.55"
|
2020-03-09 18:30:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"wasm-bindgen",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2020-03-09 18:30:06 +01:00
|
|
|
version = "1.4.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "libc"
|
|
|
|
version = "0.2.106"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"
|
2020-03-09 18:30:06 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "libloading"
|
|
|
|
version = "0.7.1"
|
2020-03-09 18:30:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"winapi",
|
2020-03-09 18:30:06 +01:00
|
|
|
]
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2020-03-09 18:30:06 +01:00
|
|
|
version = "0.4.8"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"cfg-if 0.1.10",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-03-09 18:30:06 +01:00
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
2020-03-09 18:30:06 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "memchr"
|
|
|
|
version = "2.4.1"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2020-03-09 18:30:06 +01:00
|
|
|
name = "memoffset"
|
2021-11-04 14:03:12 +01:00
|
|
|
version = "0.6.4"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"autocfg",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "minifb"
|
|
|
|
version = "0.19.3"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "7b6e41119d1667465608d36488fa5dcd228057a26c156e25f17f492f38435124"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"cc",
|
|
|
|
"orbclient",
|
|
|
|
"raw-window-handle",
|
|
|
|
"tempfile",
|
|
|
|
"wayland-client",
|
|
|
|
"wayland-cursor",
|
|
|
|
"wayland-protocols",
|
|
|
|
"winapi",
|
|
|
|
"x11-dl",
|
|
|
|
"xkb",
|
|
|
|
"xkbcommon-sys",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.1.4"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "9c64630dcdd71f1a64c435f54885086a0de5d6a12d104d69b165fb7d5286d677"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.4.4"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"adler",
|
|
|
|
"autocfg",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "nix"
|
|
|
|
version = "0.20.2"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "f5e06129fb611568ef4e868c14b326274959aa70ff7776e9d55323531c374945"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"memoffset",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"memchr",
|
|
|
|
"version_check",
|
2020-03-09 18:30:06 +01:00
|
|
|
]
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "nom"
|
|
|
|
version = "7.0.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "7ffd9d26838a953b4af82cbeb9f1592c6798916983959be223a7124e992742c1"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
"version_check",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "once_cell"
|
|
|
|
version = "1.8.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "orbclient"
|
|
|
|
version = "0.3.31"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "0c976c5018e7f1db4359616d8b31ef8ae7d9649b11803c0b38fff67fd2999fc8"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"libc",
|
|
|
|
"raw-window-handle",
|
|
|
|
"redox_syscall",
|
|
|
|
"sdl2",
|
|
|
|
"sdl2-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "peeking_take_while"
|
2020-03-09 18:30:06 +01:00
|
|
|
version = "0.1.2"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.17"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.15"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.32"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"unicode-xid",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
2020-03-09 18:30:06 +01:00
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "quote"
|
|
|
|
version = "1.0.3"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"proc-macro2",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "rand"
|
|
|
|
version = "0.8.4"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.3"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"getrandom",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.3.1"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"rand_core",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "raw-window-handle"
|
|
|
|
version = "0.3.3"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"libc",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.10"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"bitflags",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "regex"
|
|
|
|
version = "1.5.4"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.25"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2020-03-09 18:30:06 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
2020-03-09 18:30:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"winapi",
|
2020-03-09 18:30:06 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
2020-03-09 18:30:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "rustenstein"
|
|
|
|
version = "0.1.0"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"minifb",
|
2020-03-09 18:30:06 +01:00
|
|
|
]
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "sdl2"
|
|
|
|
version = "0.34.5"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "deecbc3fa9460acff5a1e563e05cb5f31bba0aa0c214bb49a43db8159176d54b"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"bitflags",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"raw-window-handle",
|
|
|
|
"sdl2-sys",
|
2020-03-09 18:30:06 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "sdl2-sys"
|
|
|
|
version = "0.34.5"
|
2020-03-09 18:30:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "41a29aa21f175b5a41a6e26da572d5e5d1ee5660d35f9f9d0913e8a802098f74"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"cmake",
|
|
|
|
"flate2",
|
|
|
|
"libc",
|
|
|
|
"tar",
|
|
|
|
"unidiff",
|
|
|
|
"version-compare",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "shlex"
|
|
|
|
version = "0.1.1"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "smallvec"
|
2020-03-09 18:30:06 +01:00
|
|
|
version = "1.7.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
2020-03-09 18:30:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-03-09 18:30:06 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "syn"
|
|
|
|
version = "1.0.81"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-03-09 18:30:06 +01:00
|
|
|
]
|
2017-10-16 22:53:05 +02:00
|
|
|
|
2018-01-16 01:12:02 +01:00
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "tar"
|
|
|
|
version = "0.4.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c"
|
2018-01-16 01:12:02 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
2018-01-16 01:12:02 +01:00
|
|
|
]
|
|
|
|
|
2017-10-16 22:53:05 +02:00
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "tempfile"
|
|
|
|
version = "3.2.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"rand",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"winapi-util",
|
2020-03-09 18:30:06 +01:00
|
|
|
]
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"unicode-width",
|
2020-03-09 18:30:06 +01:00
|
|
|
]
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "unicode-width"
|
2020-03-09 18:30:06 +01:00
|
|
|
version = "0.1.9"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "unidiff"
|
|
|
|
version = "0.3.3"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "d8a62719acf1933bfdbeb73a657ecd9ecece70b405125267dd549e2e2edc232c"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"encoding_rs",
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "version-compare"
|
|
|
|
version = "0.0.10"
|
2020-03-09 18:30:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
|
2020-03-09 18:30:06 +01:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.3"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.78"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.78"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.78"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2020-03-09 18:30:06 +01:00
|
|
|
]
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.78"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.78"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "wayland-client"
|
|
|
|
version = "0.28.6"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "e3ab332350e502f159382201394a78e3cc12d0f04db863429260164ea40e0355"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"bitflags",
|
|
|
|
"downcast-rs",
|
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
"wayland-sys",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "wayland-commons"
|
|
|
|
version = "0.28.6"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"nix",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"wayland-sys",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "wayland-cursor"
|
|
|
|
version = "0.28.6"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "be610084edd1586d45e7bdd275fe345c7c1873598caa464c4fb835dee70fa65a"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"nix",
|
|
|
|
"wayland-client",
|
|
|
|
"xcursor",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "wayland-protocols"
|
|
|
|
version = "0.28.6"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "286620ea4d803bacf61fa087a4242ee316693099ee5a140796aaba02b29f861f"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"bitflags",
|
|
|
|
"wayland-client",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "wayland-scanner"
|
|
|
|
version = "0.28.6"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "ce923eb2deb61de332d1f356ec7b6bf37094dc5573952e1c8936db03b54c03f1"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"xml-rs",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "wayland-sys"
|
|
|
|
version = "0.28.6"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "d841fca9aed7febf9bed2e9796c49bf58d4152ceda8ac949ebe00868d8f0feb8"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"pkg-config",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "web-sys"
|
|
|
|
version = "0.3.55"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "which"
|
|
|
|
version = "3.1.1"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"libc",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-03-09 18:30:06 +01:00
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.8"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-03-09 18:30:06 +01:00
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2020-03-09 18:30:06 +01:00
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
|
2020-03-09 18:30:06 +01:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"winapi",
|
2020-03-09 18:30:06 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2017-10-16 22:53:05 +02:00
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "x11-dl"
|
|
|
|
version = "2.18.5"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"maybe-uninit",
|
|
|
|
"pkg-config",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "xattr"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xcursor"
|
|
|
|
version = "0.3.4"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
|
2017-10-16 22:53:05 +02:00
|
|
|
dependencies = [
|
2021-11-04 14:03:12 +01:00
|
|
|
"nom 7.0.0",
|
2017-10-16 22:53:05 +02:00
|
|
|
]
|
|
|
|
|
2020-03-09 18:30:06 +01:00
|
|
|
[[package]]
|
2021-11-04 14:03:12 +01:00
|
|
|
name = "xkb"
|
|
|
|
version = "0.2.1"
|
2020-03-09 18:30:06 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "aec02bc5de902aa579f3d2f2c522edaf40fa42963cbaffe645b058ddcc68fdb2"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"xkbcommon-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xkbcommon-sys"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59a001b79d45b0b4541c228a501177f2b35db976bf7ee3f7fce8fa2381554ab5"
|
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
2020-03-09 18:30:06 +01:00
|
|
|
|
2017-10-16 22:53:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2020-03-09 18:30:06 +01:00
|
|
|
version = "0.8.0"
|
2017-10-16 22:53:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 14:03:12 +01:00
|
|
|
checksum = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5"
|