LD45/Cargo.lock

2645 lines
66 KiB
Plaintext
Raw Normal View History

2019-10-05 00:28:41 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2022-06-07 07:03:45 +00:00
version = 3
2019-10-05 00:28:41 +00:00
[[package]]
name = "RustyXML"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "9222d58bccd9e6e3b82098a2ec142ad34e5d433de986d46cec03ad3a2b5fd529"
[[package]]
name = "addr2line"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2019-10-05 00:28:41 +00:00
[[package]]
name = "adler32"
2022-06-07 07:03:45 +00:00
version = "1.2.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2019-10-05 00:28:41 +00:00
[[package]]
name = "aho-corasick"
2022-06-07 07:03:45 +00:00
version = "0.7.18"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"memchr",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "alga"
2022-06-07 07:03:45 +00:00
version = "0.9.3"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"approx",
"num-complex",
"num-traits",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "alsa-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "b0edcbbf9ef68f15ae1b620f722180b82a98b6f0628d30baa6b8d2a5abc87d58"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"libc",
"pkg-config",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "andrew"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "9b7f09f89872c2b6b29e319377b1fbe91c6f5947df19a25596e121cf19a7b35e"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"bitflags",
"line_drawing",
"rusttype 0.7.9",
"walkdir",
"xdg",
"xml-rs",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "android_glue"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
2019-10-05 00:28:41 +00:00
[[package]]
name = "ansi_term"
2022-06-07 07:03:45 +00:00
version = "0.12.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "approx"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"num-traits",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "ascii-canvas"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "b385d69402821a1c254533a011a312531cbcc0e3e24f19bbb4747a5a2daf37e2"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"term",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "atty"
2022-06-07 07:03:45 +00:00
version = "0.2.14"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"hermit-abi",
"libc",
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "autocfg"
2022-06-07 07:03:45 +00:00
version = "0.1.8"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
dependencies = [
"autocfg 1.1.0",
]
2019-10-05 00:28:41 +00:00
[[package]]
2022-06-07 07:03:45 +00:00
name = "autocfg"
version = "1.1.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2019-10-05 00:28:41 +00:00
[[package]]
2022-06-07 07:03:45 +00:00
name = "backtrace"
version = "0.3.65"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"addr2line",
"cc",
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "base-x"
2022-06-07 07:03:45 +00:00
version = "0.2.10"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"
2019-10-05 00:28:41 +00:00
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"byteorder",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "bindgen"
2022-06-07 07:03:45 +00:00
version = "0.59.2"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"bitflags",
"cexpr",
"clang-sys",
"lazy_static 1.4.0",
"lazycell",
"peeking_take_while",
"proc-macro2 1.0.39",
"quote 1.0.18",
"regex",
"rustc-hash",
"shlex",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "bit-set"
2022-06-07 07:03:45 +00:00
version = "0.5.2"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"bit-vec",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "bit-vec"
2022-06-07 07:03:45 +00:00
version = "0.6.3"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2019-10-05 00:28:41 +00:00
[[package]]
name = "bitflags"
2022-06-07 07:03:45 +00:00
version = "1.3.2"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-10-05 00:28:41 +00:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2019-10-05 00:28:41 +00:00
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"block-padding",
"byte-tools",
"byteorder",
"generic-array",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "block-padding"
2022-06-07 07:03:45 +00:00
version = "0.1.5"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"byte-tools",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "bumpalo"
2022-06-07 07:03:45 +00:00
version = "3.10.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
2019-10-05 00:28:41 +00:00
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2019-10-05 00:28:41 +00:00
[[package]]
name = "byteorder"
2022-06-07 07:03:45 +00:00
version = "1.4.3"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2019-10-05 00:28:41 +00:00
[[package]]
name = "cc"
2022-06-07 07:03:45 +00:00
version = "1.0.73"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2019-10-05 00:28:41 +00:00
[[package]]
name = "cexpr"
2022-06-07 07:03:45 +00:00
version = "0.6.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"nom",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2019-10-05 00:28:41 +00:00
[[package]]
name = "cgl"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "55e7ec0b74fe5897894cbc207092c577e87c52f8a59e8ca8d97ef37551f60a49"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"gleam",
"libc",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "clang-sys"
2022-06-07 07:03:45 +00:00
version = "1.3.3"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"glob",
"libc",
"libloading 0.7.3",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "clap"
2022-06-07 07:03:45 +00:00
version = "2.34.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"ansi_term",
"atty",
"bitflags",
"strsim 0.8.0",
"textwrap",
"unicode-width",
"vec_map",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "claxon"
2022-06-07 07:03:45 +00:00
version = "0.4.3"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688"
2019-10-05 00:28:41 +00:00
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"bitflags",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "cocoa"
2022-06-07 07:03:45 +00:00
version = "0.18.5"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "1706996401131526e36b3b49f0c4d912639ce110996f3ca144d78946727bce54"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"bitflags",
"block",
"core-foundation",
"core-graphics",
"foreign-types",
"libc",
"objc",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "color_quant"
2022-06-07 07:03:45 +00:00
version = "1.1.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2019-10-05 00:28:41 +00:00
[[package]]
name = "core-foundation"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"core-foundation-sys 0.6.2",
"libc",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "core-foundation-sys"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"libc",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "core-foundation-sys"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
2019-10-05 00:28:41 +00:00
[[package]]
name = "core-graphics"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "56790968ab1c8a1202a102e6de05fc6e1ec87da99e4e93e9a7d13efbfc1e95a9"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"bitflags",
"core-foundation",
"foreign-types",
"libc",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "coreaudio-rs"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "f229761965dad3e9b11081668a6ea00f1def7aa46062321b5ec245b834f6e491"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"bitflags",
"coreaudio-sys",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "coreaudio-sys"
2022-06-07 07:03:45 +00:00
version = "0.2.10"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "3dff444d80630d7073077d38d40b4501fd518bd2b922c2a55edcc8b0f7be57e6"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"bindgen",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "cpal"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d58ae1ed6536b1b233f5e3aeb6997a046ddb4d05e3f61701b58a92eb254a829e"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"alsa-sys",
"core-foundation-sys 0.5.1",
"coreaudio-rs",
"lazy_static 1.4.0",
"libc",
"stdweb 0.1.3",
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "crossbeam-channel"
version = "0.5.4"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"cfg-if 1.0.0",
"crossbeam-utils",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "crossbeam-deque"
version = "0.8.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"cfg-if 1.0.0",
"crossbeam-epoch",
"crossbeam-utils",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "crossbeam-epoch"
version = "0.9.8"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"autocfg 1.1.0",
"cfg-if 1.0.0",
"crossbeam-utils",
"lazy_static 1.4.0",
"memoffset",
"scopeguard",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "crossbeam-utils"
2022-06-07 07:03:45 +00:00
version = "0.8.8"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"cfg-if 1.0.0",
"lazy_static 1.4.0",
2019-10-05 00:28:41 +00:00
]
2022-06-07 07:03:45 +00:00
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
2019-10-05 00:28:41 +00:00
[[package]]
name = "debug_unreachable"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"unreachable",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "deflate"
version = "0.7.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"adler32",
"byteorder",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "diff"
2022-06-07 07:03:45 +00:00
version = "0.1.12"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
2019-10-05 00:28:41 +00:00
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"generic-array",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "dirs"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
dependencies = [
"cfg-if 0.1.10",
"dirs-sys",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"dirs-sys",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "dirs-sys"
2022-06-07 07:03:45 +00:00
version = "0.3.7"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"libc",
"redox_users",
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
2019-10-05 00:28:41 +00:00
[[package]]
name = "dlib"
2022-06-07 07:03:45 +00:00
version = "0.4.2"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"libloading 0.6.7",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "docopt"
2022-06-07 07:03:45 +00:00
version = "1.1.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "7f3f119846c823f9eafcf953a8f6ffb6ed69bf6240883261a7f13b634579a51f"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"lazy_static 1.4.0",
"regex",
"serde 1.0.137",
"strsim 0.10.0",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "downcast-rs"
2022-06-07 07:03:45 +00:00
version = "1.2.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
2019-10-05 00:28:41 +00:00
[[package]]
name = "either"
2022-06-07 07:03:45 +00:00
version = "1.6.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2019-10-05 00:28:41 +00:00
[[package]]
name = "ena"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"log",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "encoding"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"encoding-index-japanese",
"encoding-index-korean",
"encoding-index-simpchinese",
"encoding-index-singlebyte",
"encoding-index-tradchinese",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "encoding-index-japanese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"encoding_index_tests",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "encoding-index-korean"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"encoding_index_tests",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "encoding-index-simpchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"encoding_index_tests",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "encoding-index-singlebyte"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"encoding_index_tests",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "encoding-index-tradchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"encoding_index_tests",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "encoding_index_tests"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
2019-10-05 00:28:41 +00:00
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2019-10-05 00:28:41 +00:00
[[package]]
name = "fixedbitset"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
2019-10-05 00:28:41 +00:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"foreign-types-shared",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2019-10-05 00:28:41 +00:00
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2019-10-05 00:28:41 +00:00
[[package]]
name = "futf"
2022-06-07 07:03:45 +00:00
version = "0.1.5"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"mac",
"new_debug_unreachable",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "futures"
2022-06-07 07:03:45 +00:00
version = "0.1.31"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
2019-10-05 00:28:41 +00:00
[[package]]
name = "generic-array"
2022-06-07 07:03:45 +00:00
version = "0.12.4"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"typenum",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "getrandom"
2022-06-07 07:03:45 +00:00
version = "0.1.16"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"cfg-if 1.0.0",
"libc",
"stdweb 0.4.20",
"wasi 0.9.0+wasi-snapshot-preview1",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "getrandom"
version = "0.2.6"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"cfg-if 1.0.0",
"libc",
"wasi 0.10.2+wasi-snapshot-preview1",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "gif"
version = "0.10.3"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "471d90201b3b223f3451cd4ad53e34295f16a1df17b1edf3736d47761c3981af"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"color_quant",
"lzw",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "gimli"
version = "0.26.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
2019-10-05 00:28:41 +00:00
[[package]]
name = "gl"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "4b411c7e0bfc599e3606412c190e786b5bb48cf00073e1635f9bb6f88fe7d84a"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"gl_generator 0.13.1",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "gl_generator"
2022-06-07 07:03:45 +00:00
version = "0.13.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "ca98bbde17256e02d17336a6bdb5a50f7d0ccacee502e191d3e3d0ec2f96f84a"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"khronos_api",
"log",
"xml-rs",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "gl_generator"
2022-06-07 07:03:45 +00:00
version = "0.14.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"khronos_api",
"log",
"xml-rs",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "gleam"
version = "0.6.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "cae10d7c99d0e77b4766e850a60898a17c1abaf01075531f1066f03dc7dc5fc5"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"gl_generator 0.13.1",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2019-10-05 00:28:41 +00:00
[[package]]
name = "glutin"
2022-06-07 07:03:45 +00:00
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5371b35b309dace06be1b81b5f6adb1c9de578b7dbe1e74bf7e4ef762cf6febd"
dependencies = [
"android_glue",
"cgl",
"cocoa",
"core-foundation",
"core-graphics",
"glutin_egl_sys",
"glutin_emscripten_sys",
"glutin_gles2_sys",
"glutin_glx_sys",
"glutin_wgl_sys",
"lazy_static 1.4.0",
"libloading 0.5.2",
"objc",
"osmesa-sys",
"parking_lot",
"wayland-client",
"winapi 0.3.9",
"winit",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "glutin_egl_sys"
2022-06-07 07:03:45 +00:00
version = "0.1.5"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "2abb6aa55523480c4adc5a56bbaa249992e2dddb2fc63dc96e04a3355364c211"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"gl_generator 0.14.0",
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "glutin_emscripten_sys"
2022-06-07 07:03:45 +00:00
version = "0.1.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "80de4146df76e8a6c32b03007bc764ff3249dcaeb4f675d68a06caf1bac363f1"
2019-10-05 00:28:41 +00:00
[[package]]
name = "glutin_gles2_sys"
2022-06-07 07:03:45 +00:00
version = "0.1.5"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "e8094e708b730a7c8a1954f4f8a31880af00eb8a1c5b5bf85d28a0a3c6d69103"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"gl_generator 0.14.0",
"objc",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "glutin_glx_sys"
2022-06-07 07:03:45 +00:00
version = "0.1.7"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "7e393c8fc02b807459410429150e9c4faffdb312d59b8c038566173c81991351"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"gl_generator 0.14.0",
"x11-dl",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "glutin_wgl_sys"
2022-06-07 07:03:45 +00:00
version = "0.1.5"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "3da5951a1569dbab865c6f2a863efafff193a93caf05538d193e9e3816d21696"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"gl_generator 0.14.0",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "heck"
2022-06-07 07:03:45 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
version = "0.1.19"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"libc",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "hound"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
2019-10-05 00:28:41 +00:00
[[package]]
name = "html2runes"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "3c63600dd0709cc75da234e89e48f096c249f8197276f0a7ad6437ff49297559"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"clap",
"html5ever",
"html5ever-atoms",
"tendril",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "html5ever"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d60508177ec4e5774a112efcf4d4d5f123cb00a43476fa5940b7da568371a165"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"html5ever-atoms",
"log",
"mac",
"phf",
"phf_codegen",
"quote 0.3.15",
"rustc-serialize",
"syn 0.11.11",
"tendril",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "html5ever-atoms"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "c626dc6733babf7110d3a5078b1529e9d0eaaacf6c488ef6a7437b7d515844bb"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"string_cache 0.4.0",
"string_cache_codegen 0.3.1",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "image"
version = "0.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "35371e467cd7b0b3d1d6013d619203658467df12d61b0ca43cd67b743b1965eb"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"byteorder",
"gif",
"jpeg-decoder",
"lzw",
"num-iter",
"num-rational",
"num-traits",
"png",
"scoped_threadpool",
"tiff",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "inflate"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"adler32",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "itertools"
2022-06-07 07:03:45 +00:00
version = "0.8.2"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"either",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "itoa"
2022-06-07 07:03:45 +00:00
version = "1.0.2"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
2019-10-05 00:28:41 +00:00
[[package]]
name = "jpeg-decoder"
2022-06-07 07:03:45 +00:00
version = "0.1.22"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"rayon",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"winapi 0.2.8",
"winapi-build",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2019-10-05 00:28:41 +00:00
[[package]]
name = "lalrpop"
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "4e2e80bee40b22bca46665b4ef1f3cd88ed0fb043c971407eac17a0712c02572"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"ascii-canvas",
"atty",
"bit-set",
"diff",
"docopt",
"ena",
"itertools",
"lalrpop-util",
"petgraph",
"regex",
"regex-syntax",
"serde 1.0.137",
"serde_derive",
"sha2",
"string_cache 0.7.5",
"term",
"unicode-xid 0.1.0",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "lalrpop-util"
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "33b27d8490dbe1f9704b0088d61e8d46edc10d5673a8829836c6ded26a9912c7"
2019-10-05 00:28:41 +00:00
[[package]]
name = "lazy_static"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
2019-10-05 00:28:41 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2019-10-05 00:28:41 +00:00
[[package]]
name = "ld45_one_and_all"
2022-06-07 07:03:45 +00:00
version = "0.1.1"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"quicksilver",
"rand 0.7.3",
"serde 1.0.137",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "lewton"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "8d542c1a317036c45c2aa1cf10cc9d403ca91eb2d333ef1a4917e5cb10628bd0"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"byteorder",
"ogg",
"smallvec",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "libc"
2022-06-07 07:03:45 +00:00
version = "0.2.126"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2019-10-05 00:28:41 +00:00
[[package]]
name = "libloading"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"cc",
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "libloading"
version = "0.6.7"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"cfg-if 1.0.0",
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "libloading"
version = "0.7.3"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"cfg-if 1.0.0",
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "libm"
version = "0.2.2"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"
2019-10-05 00:28:41 +00:00
[[package]]
2022-06-07 07:03:45 +00:00
name = "line_drawing"
version = "0.7.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "5cc7ad3d82c845bdb5dde34ffdcc7a5fb4d2996e1e1ee0f19c33bc80e15196b9"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"num-traits",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "lock_api"
version = "0.3.4"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"scopeguard",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "log"
version = "0.4.17"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"cfg-if 1.0.0",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "lzw"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
2019-10-05 00:28:41 +00:00
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2019-10-05 00:28:41 +00:00
[[package]]
name = "mach"
2022-06-07 07:03:45 +00:00
version = "0.3.2"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"libc",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"libc",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "matches"
2022-06-07 07:03:45 +00:00
version = "0.1.9"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2019-10-05 00:28:41 +00:00
[[package]]
name = "matrixmultiply"
2022-06-07 07:03:45 +00:00
version = "0.2.4"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "916806ba0031cd542105d916a97c8572e1fa6dd79c9c51e7eb43a09ec2dd84c1"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"rawpointer",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2019-10-05 00:28:41 +00:00
[[package]]
name = "memchr"
2022-06-07 07:03:45 +00:00
version = "2.5.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2019-10-05 00:28:41 +00:00
[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"libc",
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "memoffset"
2022-06-07 07:03:45 +00:00
version = "0.6.5"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"autocfg 1.1.0",
2019-10-05 00:28:41 +00:00
]
2022-06-07 07:03:45 +00:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2019-10-05 00:28:41 +00:00
[[package]]
name = "minimp3"
2022-06-07 07:03:45 +00:00
version = "0.3.5"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "dce0cff6a0bfd3f8b6b2350819bbddd63bc65cc45e53888bdd0ff49dde16d2d5"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"minimp3-sys",
"slice-deque",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "minimp3-sys"
2022-06-07 07:03:45 +00:00
version = "0.3.2"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "e21c73734c69dc95696c9ed8926a2b393171d98b3f5f5935686a26a487ab9b90"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"cc",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "miniz_oxide"
version = "0.5.3"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"adler",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "nalgebra"
version = "0.18.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "aaa9fddbc34c8c35dd2108515587b8ce0cab396f17977b8c738568e4edb521a2"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"alga",
"approx",
"generic-array",
"matrixmultiply",
"num-complex",
"num-rational",
"num-traits",
"rand 0.6.5",
"typenum",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "new_debug_unreachable"
2022-06-07 07:03:45 +00:00
version = "1.0.4"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2019-10-05 00:28:41 +00:00
[[package]]
name = "nix"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
"void",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "nom"
2022-06-07 07:03:45 +00:00
version = "7.1.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"memchr",
"minimal-lexical",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "num-complex"
2022-06-07 07:03:45 +00:00
version = "0.2.4"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"autocfg 1.1.0",
"num-traits",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "num-derive"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "num-integer"
2022-06-07 07:03:45 +00:00
version = "0.1.45"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"autocfg 1.1.0",
"num-traits",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "num-iter"
2022-06-07 07:03:45 +00:00
version = "0.1.43"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"autocfg 1.1.0",
"num-integer",
"num-traits",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "num-rational"
2022-06-07 07:03:45 +00:00
version = "0.2.4"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"autocfg 1.1.0",
"num-integer",
"num-traits",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "num-traits"
2022-06-07 07:03:45 +00:00
version = "0.2.15"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"autocfg 1.1.0",
"libm",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "num_cpus"
version = "1.13.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"hermit-abi",
"libc",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "objc"
version = "0.2.7"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"malloc_buf",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "object"
version = "0.28.4"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"memchr",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "ogg"
2022-06-07 07:03:45 +00:00
version = "0.7.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "13e571c3517af9e1729d4c63571a27edd660ade0667973bfc74a67c660c2b651"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"byteorder",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2019-10-05 00:28:41 +00:00
[[package]]
name = "ordered-float"
2022-06-07 07:03:45 +00:00
version = "1.1.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"num-traits",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "ordermap"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
2019-10-05 00:28:41 +00:00
[[package]]
name = "osmesa-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"shared_library",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"lock_api",
"parking_lot_core",
"rustc_version",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"cfg-if 0.1.10",
"cloudabi",
"libc",
"redox_syscall 0.1.57",
"rustc_version",
"smallvec",
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2019-10-05 00:28:41 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-10-05 00:28:41 +00:00
[[package]]
name = "petgraph"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"fixedbitset",
"ordermap",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "phf"
version = "0.7.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"phf_shared",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "phf_codegen"
version = "0.7.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"phf_generator",
"phf_shared",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "phf_generator"
version = "0.7.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"phf_shared",
"rand 0.6.5",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "phf_shared"
version = "0.7.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"siphasher",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "pkg-config"
2022-06-07 07:03:45 +00:00
version = "0.3.25"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2019-10-05 00:28:41 +00:00
[[package]]
name = "png"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "63daf481fdd0defa2d1d2be15c674fbfa1b0fd71882c303a91f9a79b3252c359"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"bitflags",
"deflate",
"inflate",
"num-iter",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "ppv-lite86"
2022-06-07 07:03:45 +00:00
version = "0.2.16"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2019-10-05 00:28:41 +00:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2019-10-05 00:28:41 +00:00
[[package]]
name = "proc-macro2"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"unicode-xid 0.1.0",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "proc-macro2"
2022-06-07 07:03:45 +00:00
version = "1.0.39"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"unicode-ident",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "quicksilver"
2022-06-07 07:03:45 +00:00
version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7496c53e5d2c09e2eb55e133dc2a022ccd3958adab84ac07f1adab9d54c6a7f"
dependencies = [
"base64",
"dirs 2.0.2",
"futures",
"gl",
"glutin",
"image",
"rand 0.7.3",
"rodio",
"rusttype 0.7.9",
"serde 1.0.137",
"serde_derive",
"serde_json",
"stdweb 0.4.20",
"webgl_stdweb",
"winit",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
2019-10-05 00:28:41 +00:00
[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"proc-macro2 0.4.30",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "quote"
2022-06-07 07:03:45 +00:00
version = "1.0.18"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"proc-macro2 1.0.39",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"autocfg 0.1.8",
"libc",
"rand_chacha 0.1.1",
"rand_core 0.4.2",
"rand_hc 0.1.0",
"rand_isaac",
"rand_jitter",
"rand_os",
"rand_pcg",
"rand_xorshift",
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rand"
2022-06-07 07:03:45 +00:00
version = "0.7.3"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc 0.2.0",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"autocfg 0.1.8",
"rand_core 0.3.1",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rand_chacha"
2022-06-07 07:03:45 +00:00
version = "0.2.2"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"ppv-lite86",
"rand_core 0.5.1",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"rand_core 0.4.2",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
2019-10-05 00:28:41 +00:00
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"getrandom 0.1.16",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"rand_core 0.3.1",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"rand_core 0.5.1",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"rand_core 0.3.1",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rand_jitter"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"libc",
"rand_core 0.4.2",
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"cloudabi",
"fuchsia-cprng",
"libc",
"rand_core 0.4.2",
"rdrand",
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"autocfg 0.1.8",
"rand_core 0.4.2",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "raw-window-handle"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e28f55143d0548dad60bb4fbdc835a3d7ac6acc3324506450c5fdd6e42903a76"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"libc",
"raw-window-handle 0.4.3",
]
[[package]]
name = "raw-window-handle"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
dependencies = [
"cty",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rawpointer"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
2019-10-05 00:28:41 +00:00
[[package]]
name = "rayon"
2022-06-07 07:03:45 +00:00
version = "1.5.3"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"autocfg 1.1.0",
"crossbeam-deque",
"either",
"rayon-core",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rayon-core"
2022-06-07 07:03:45 +00:00
version = "1.9.3"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"rand_core 0.3.1",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "redox_syscall"
2022-06-07 07:03:45 +00:00
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_syscall"
version = "0.2.13"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
dependencies = [
"bitflags",
]
2019-10-05 00:28:41 +00:00
[[package]]
name = "redox_users"
2022-06-07 07:03:45 +00:00
version = "0.4.3"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"getrandom 0.2.6",
"redox_syscall 0.2.13",
"thiserror",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "regex"
2022-06-07 07:03:45 +00:00
version = "1.5.6"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"aho-corasick",
"memchr",
"regex-syntax",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "regex-syntax"
2022-06-07 07:03:45 +00:00
version = "0.6.26"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
2019-10-05 00:28:41 +00:00
[[package]]
name = "rodio"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "5d0f961b254e66d147a7b550c78b01308934c97d807a34b417fd0f5a0a0f3a2d"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"claxon",
"cpal",
"hound",
"lazy_static 1.4.0",
"lewton",
"minimp3",
"nalgebra",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rustc-demangle"
2022-06-07 07:03:45 +00:00
version = "0.1.21"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2019-10-05 00:28:41 +00:00
[[package]]
name = "rustc-hash"
2022-06-07 07:03:45 +00:00
version = "1.1.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2019-10-05 00:28:41 +00:00
[[package]]
name = "rustc-serialize"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
2019-10-05 00:28:41 +00:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"semver",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rusttype"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "310942406a39981bed7e12b09182a221a29e0990f3e7e0c971f131922ed135d5"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"rusttype 0.8.3",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "rusttype"
2022-06-07 07:03:45 +00:00
version = "0.8.3"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "9f61411055101f7b60ecf1041d87fb74205fb20b0c7a723f07ef39174cf6b4c0"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"approx",
"ordered-float",
"stb_truetype",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "ryu"
2022-06-07 07:03:45 +00:00
version = "1.0.10"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2019-10-05 00:28:41 +00:00
[[package]]
name = "same-file"
2022-06-07 07:03:45 +00:00
version = "1.0.6"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"winapi-util",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
2019-10-05 00:28:41 +00:00
[[package]]
name = "scopeguard"
2022-06-07 07:03:45 +00:00
version = "1.1.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-10-05 00:28:41 +00:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"semver-parser",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2019-10-05 00:28:41 +00:00
[[package]]
name = "serde"
version = "0.9.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af"
2019-10-05 00:28:41 +00:00
[[package]]
name = "serde"
2022-06-07 07:03:45 +00:00
version = "1.0.137"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"serde_derive",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "serde_derive"
2022-06-07 07:03:45 +00:00
version = "1.0.137"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.96",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "serde_json"
2022-06-07 07:03:45 +00:00
version = "1.0.81"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"itoa",
"ryu",
"serde 1.0.137",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "sha1"
2022-06-07 07:03:45 +00:00
version = "0.6.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2019-10-05 00:28:41 +00:00
[[package]]
name = "sha2"
2022-06-07 07:03:45 +00:00
version = "0.8.2"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "shared_library"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"lazy_static 1.4.0",
"libc",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "shlex"
2022-06-07 07:03:45 +00:00
version = "1.1.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2019-10-05 00:28:41 +00:00
[[package]]
name = "siphasher"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
2019-10-05 00:28:41 +00:00
[[package]]
name = "slice-deque"
2022-06-07 07:03:45 +00:00
version = "0.3.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "31ef6ee280cdefba6d2d0b4b78a84a1c1a3f3a4cec98c2d4231c8bc225de0f25"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"libc",
"mach",
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "smallvec"
2022-06-07 07:03:45 +00:00
version = "0.6.14"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
dependencies = [
"maybe-uninit",
]
2019-10-05 00:28:41 +00:00
[[package]]
name = "smithay-client-toolkit"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "2ccb8c57049b2a34d2cc2b203fa785020ba0129d31920ef0d317430adaf748fa"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"andrew",
"bitflags",
"dlib",
"lazy_static 1.4.0",
"memmap",
"nix",
"wayland-client",
"wayland-commons",
"wayland-protocols",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "stb_truetype"
2022-06-07 07:03:45 +00:00
version = "0.3.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "f77b6b07e862c66a9f3e62a07588fee67cd90a9135a2b942409f195507b4fb51"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"byteorder",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "stdweb"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
2019-10-05 00:28:41 +00:00
[[package]]
name = "stdweb"
2022-06-07 07:03:45 +00:00
version = "0.4.20"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"discard",
"rustc_version",
"serde 1.0.137",
"serde_json",
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "stdweb-derive"
2022-06-07 07:03:45 +00:00
version = "0.5.3"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"proc-macro2 1.0.39",
"quote 1.0.18",
"serde 1.0.137",
"serde_derive",
"syn 1.0.96",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "stdweb-internal-macros"
2022-06-07 07:03:45 +00:00
version = "0.2.9"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"base-x",
"proc-macro2 1.0.39",
"quote 1.0.18",
"serde 1.0.137",
"serde_derive",
"serde_json",
"sha1",
"syn 1.0.96",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
2019-10-05 00:28:41 +00:00
[[package]]
name = "string_cache"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "c19dbe4d2552673a8c4ec0e91523670ee2b73ba3560d935703ce5d64a40f864c"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"debug_unreachable",
"lazy_static 0.2.11",
"phf_shared",
"serde 0.9.15",
"string_cache_codegen 0.3.1",
"string_cache_shared",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "string_cache"
2022-06-07 07:03:45 +00:00
version = "0.7.5"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "89c058a82f9fd69b1becf8c274f412281038877c553182f1d02eb027045a2d67"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"lazy_static 1.4.0",
"new_debug_unreachable",
"phf_shared",
"precomputed-hash",
"serde 1.0.137",
"string_cache_codegen 0.4.4",
"string_cache_shared",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "string_cache_codegen"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "0c9dfe1a7c8bba1ecb90730d269fdc08afe93d23c28dd6c4aa5cabd79a05a05e"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"phf_generator",
"string_cache_shared",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "string_cache_codegen"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "f0f45ed1b65bf9a4bf2f7b7dc59212d1926e9eaf00fa998988e420fd124467c6"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"phf_generator",
"phf_shared",
"proc-macro2 1.0.39",
"quote 1.0.18",
"string_cache_shared",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "string_cache_shared"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
2019-10-05 00:28:41 +00:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2019-10-05 00:28:41 +00:00
[[package]]
name = "strsim"
2022-06-07 07:03:45 +00:00
version = "0.10.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2019-10-05 00:28:41 +00:00
[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"quote 0.3.15",
"synom",
"unicode-xid 0.0.4",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "syn"
version = "0.15.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "syn"
2022-06-07 07:03:45 +00:00
version = "1.0.96"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"proc-macro2 1.0.39",
"quote 1.0.18",
"unicode-ident",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"unicode-xid 0.0.4",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "tendril"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "4ce04c250d202db8004921e3d3bc95eaa4f2126c6937a428ae39d12d0e38df62"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"encoding",
"futf",
"mac",
"utf-8",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "term"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"kernel32-sys",
"winapi 0.2.8",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"thiserror-impl",
2019-10-05 00:28:41 +00:00
]
[[package]]
2022-06-07 07:03:45 +00:00
name = "thiserror-impl"
version = "1.0.31"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.96",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "tiff"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "1e4834f28a0330cb9f3f2c87d2649dca723cb33802e2bdcf18da32759fbec7ce"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"byteorder",
"lzw",
"num-derive",
"num-traits",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "typenum"
2022-06-07 07:03:45 +00:00
version = "1.15.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]
name = "unicode-ident"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
2019-10-05 00:28:41 +00:00
[[package]]
name = "unicode-segmentation"
2022-06-07 07:03:45 +00:00
version = "1.9.0"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2019-10-05 00:28:41 +00:00
[[package]]
name = "unicode-width"
2022-06-07 07:03:45 +00:00
version = "0.1.9"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2019-10-05 00:28:41 +00:00
[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
2019-10-05 00:28:41 +00:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2019-10-05 00:28:41 +00:00
[[package]]
name = "unreachable"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"void",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "utf-8"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "a9aee9ba280438b56d1ebc5329f2094f0ff457f811eeeff0b278d75aa99db400"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"matches",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "vec_map"
2022-06-07 07:03:45 +00:00
version = "0.8.2"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2019-10-05 00:28:41 +00:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2019-10-05 00:28:41 +00:00
[[package]]
name = "walkdir"
2022-06-07 07:03:45 +00:00
version = "2.3.2"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"same-file",
"winapi 0.3.9",
"winapi-util",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "wasi"
2022-06-07 07:03:45 +00:00
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2019-10-05 00:28:41 +00:00
[[package]]
name = "wasm-bindgen"
2022-06-07 07:03:45 +00:00
version = "0.2.80"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"cfg-if 1.0.0",
"wasm-bindgen-macro",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2022-06-07 07:03:45 +00:00
version = "0.2.80"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"bumpalo",
"lazy_static 1.4.0",
"log",
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.96",
"wasm-bindgen-shared",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2022-06-07 07:03:45 +00:00
version = "0.2.80"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"quote 1.0.18",
"wasm-bindgen-macro-support",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-06-07 07:03:45 +00:00
version = "0.2.80"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.96",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2022-06-07 07:03:45 +00:00
version = "0.2.80"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
2019-10-05 00:28:41 +00:00
[[package]]
name = "wayland-client"
version = "0.21.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "49963e5f9eeaf637bfcd1b9f0701c99fd5cd05225eb51035550d4272806f2713"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"bitflags",
"downcast-rs",
"libc",
"nix",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "wayland-commons"
version = "0.21.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "40c08896768b667e1df195d88a62a53a2d1351a1ed96188be79c196b35bb32ec"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"nix",
"wayland-sys",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "wayland-protocols"
version = "0.21.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "4afde2ea2a428eee6d7d2c8584fdbe8b82eee8b6c353e129a434cd6e07f42145"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"bitflags",
"wayland-client",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "wayland-scanner"
version = "0.21.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "bf3828c568714507315ee425a9529edc4a4aa9901409e373e9e0027e7622b79e"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"xml-rs",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "wayland-sys"
version = "0.21.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "520ab0fd578017a0ee2206623ba9ef4afe5e8f23ca7b42f6acfba2f4e66b1628"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"dlib",
"lazy_static 1.4.0",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "webgl_generator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "4d749d56274af7e25dfe9f7ed92d4f1e7452b2de3ea6208529f31048032b5895"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"RustyXML",
"heck",
"html2runes",
"khronos_api",
"regex",
"webidl",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "webgl_stdweb"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "04ce7301ae86629fd8d450c2c558a8faf3774d5500db4675bebbf97c5fbd2e30"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"serde 1.0.137",
"serde_derive",
"stdweb 0.4.20",
"stdweb-derive",
"webgl_generator",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "webidl"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d0f807f7488d680893f7188aa09d7672a3a0a8461975a098a2edf0a52e3fee29"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"lalrpop",
"lalrpop-util",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2019-10-05 00:28:41 +00:00
[[package]]
name = "winapi"
2022-06-07 07:03:45 +00:00
version = "0.3.9"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2019-10-05 00:28:41 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-10-05 00:28:41 +00:00
[[package]]
name = "winapi-util"
2022-06-07 07:03:45 +00:00
version = "0.1.5"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"winapi 0.3.9",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-10-05 00:28:41 +00:00
[[package]]
name = "winit"
2022-06-07 07:03:45 +00:00
version = "0.19.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e96eb4bb472fa43e718e8fa4aef82f86cd9deac9483a1e1529230babdb394a8"
dependencies = [
"android_glue",
"backtrace",
"bitflags",
"cocoa",
"core-foundation",
"core-graphics",
"image",
"lazy_static 1.4.0",
"libc",
"log",
"objc",
"parking_lot",
"percent-encoding",
"raw-window-handle 0.3.4",
"smithay-client-toolkit",
"wayland-client",
"winapi 0.3.9",
"x11-dl",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "x11-dl"
2022-06-07 07:03:45 +00:00
version = "2.19.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
2019-10-05 00:28:41 +00:00
dependencies = [
2022-06-07 07:03:45 +00:00
"lazy_static 1.4.0",
"libc",
"pkg-config",
2019-10-05 00:28:41 +00:00
]
[[package]]
name = "xdg"
2022-06-07 07:03:45 +00:00
version = "2.4.1"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "0c4583db5cbd4c4c0303df2d15af80f0539db703fa1c68802d4cbbd2dd0f88f6"
dependencies = [
"dirs 4.0.0",
]
2019-10-05 00:28:41 +00:00
[[package]]
name = "xml-rs"
2022-06-07 07:03:45 +00:00
version = "0.8.4"
2019-10-05 00:28:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-07 07:03:45 +00:00
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"