ruffle/Cargo.lock

3847 lines
91 KiB
Plaintext
Raw Normal View History

2019-11-17 21:00:19 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2020-10-04 20:04:27 +00:00
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.4"
2020-10-04 20:04:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9fe5e32de01730eb1f6b7f5b51c17e03e2325bf40a74f754f04f130043affff"
2020-10-04 20:04:27 +00:00
[[package]]
name = "adler"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
2019-11-17 21:00:19 +00:00
[[package]]
name = "adler32"
version = "1.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2019-11-17 21:00:19 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.14"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b476ce7103678b0c6d3d395dbbae31d48ff910bd28be979ba5d48c6351131d0d"
2019-11-17 21:00:19 +00:00
dependencies = [
"memchr",
2019-11-17 21:00:19 +00:00
]
2020-07-10 22:24:05 +00:00
[[package]]
name = "alsa"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44581add1add74ade32aca327b550342359ec00191672c23c1caa3d492b85930"
2020-07-10 22:24:05 +00:00
dependencies = [
"alsa-sys",
"bitflags",
"libc",
"nix 0.15.0",
2020-07-10 22:24:05 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "alsa-sys"
2020-07-10 22:24:05 +00:00
version = "0.3.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5a0559bcd3f7a482690d98be41c08a43e92f669b179433e95ddf5e8b8fd36a3"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
"pkg-config",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "andrew"
2020-10-04 20:04:27 +00:00
version = "0.3.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e1ea80a5089cac999ffd4a91888154076a961d27387b0f7a6cd2d4dddb636b9"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags",
"line_drawing",
"rusttype",
"walkdir",
"xdg",
"xml-rs",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2019-11-17 21:00:19 +00:00
dependencies = [
"winapi 0.3.9",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "approx"
version = "0.4.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
2019-11-17 21:00:19 +00:00
dependencies = [
"num-traits 0.2.12",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "array-macro"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06e97b4e522f9e55523001238ac59d13a8603af57f69980de5d8de4bbbe8ada6"
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2019-11-17 21:00:19 +00:00
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
2019-11-17 21:00:19 +00:00
2020-08-27 10:32:41 +00:00
[[package]]
name = "ash"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c69a8137596e84c22d57f3da1b5de1d4230b1742a710091c85f4d7ce50f00f38"
2020-08-27 10:32:41 +00:00
dependencies = [
"libloading 0.6.4",
2020-08-27 10:32:41 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "atty"
2020-05-02 15:48:23 +00:00
version = "0.2.14"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2019-11-17 21:00:19 +00:00
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.9",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2019-11-17 21:00:19 +00:00
[[package]]
name = "base64"
version = "0.13.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bindgen"
version = "0.53.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c72a978d268b1d70b0e963217e60fdabd9523a941457a6c42a7315d15c7e89e5"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags",
"cexpr",
"cfg-if 0.1.10",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "bit-set"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0dc55f2d8a1a85650ac47858bb001b4c0dd73d79e3c455a842925e68d29cd3"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bitstream-io"
version = "0.8.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "614aa3f2bac03707e62a84d18a48dd3d9ea6171313fd5e6a53b5054d8ae74601"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bitstream-io"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71b66dc4e6b6d83f3afd41eb3006cd332a60d4e18496a31f2caa4069914d773f"
[[package]]
name = "blake2b_simd"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bstr"
2020-10-21 06:14:49 +00:00
version = "0.2.14"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-21 06:14:49 +00:00
checksum = "473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf"
2019-11-17 21:00:19 +00:00
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "bumpalo"
version = "3.4.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bytemuck"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41aa2ec95ca3b5c54cf73c91acf06d24f4495d5f1b1c12506ae3483d646177ac"
2019-11-17 21:00:19 +00:00
[[package]]
name = "byteorder"
version = "1.3.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bytes"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2019-11-17 21:00:19 +00:00
[[package]]
name = "calloop"
version = "0.6.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c"
2019-11-17 21:00:19 +00:00
dependencies = [
"log",
"nix 0.18.0",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "cc"
version = "1.0.61"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d"
dependencies = [
"jobserver",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "cexpr"
2020-05-02 15:48:23 +00:00
version = "0.4.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
2019-11-17 21:00:19 +00:00
dependencies = [
"nom",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-11-17 21:00:19 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
2020-10-21 06:14:49 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-21 06:14:49 +00:00
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2020-07-08 18:26:00 +00:00
[[package]]
name = "chrono"
version = "0.4.19"
2020-07-08 18:26:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-07-08 18:26:00 +00:00
dependencies = [
"js-sys",
"libc",
"num-integer",
"num-traits 0.2.12",
"time",
"wasm-bindgen",
"winapi 0.3.9",
2020-07-08 18:26:00 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "clang-sys"
2020-05-02 15:48:23 +00:00
version = "0.29.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
2019-11-17 21:00:19 +00:00
dependencies = [
"glob",
"libc",
"libloading 0.5.2",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "clap"
2020-09-22 01:56:46 +00:00
version = "3.0.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bd1061998a501ee7d4b6d449020df3266ca3124b941ec56cf2005c3779ca142"
dependencies = [
"atty",
"bitflags",
"clap_derive",
"indexmap",
"lazy_static",
"os_str_bytes",
"strsim 0.10.0",
"termcolor",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "clap_derive"
2020-09-22 01:56:46 +00:00
version = "3.0.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "370f715b81112975b1b69db93e0b56ea4cd4e5002ac43b2da8474106a54096a1"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clipboard"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7"
dependencies = [
"clipboard-win",
"objc",
"objc-foundation",
"objc_id",
"x11-clipboard",
]
[[package]]
name = "clipboard-win"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b"
dependencies = [
"winapi 0.3.9",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags",
2019-11-17 21:00:19 +00:00
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "cloudabi"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "cocoa"
2020-10-04 20:04:27 +00:00
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c54201c07dcf3a5ca33fececb8042aed767ee4bfd5a0235a8ceabcda956044b2"
dependencies = [
"bitflags",
"block",
"cocoa-foundation",
"core-foundation 0.9.1",
"core-graphics 0.22.1",
"foreign-types",
"libc",
"objc",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "cocoa-foundation"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags",
"block",
"core-foundation 0.9.1",
"core-graphics-types",
"foreign-types",
"libc",
"objc",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "color_quant"
version = "1.1.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2019-11-17 21:00:19 +00:00
[[package]]
name = "console"
2020-10-21 06:14:49 +00:00
version = "0.13.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-21 06:14:49 +00:00
checksum = "a50aab2529019abfabfa93f1e6c41ef392f91fbf179b347a7e96abb524884a08"
2019-11-17 21:00:19 +00:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"unicode-width",
"winapi 0.3.9",
"winapi-util",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 0.1.10",
"wasm-bindgen",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "console_log"
version = "0.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501a375961cef1a0d44767200e66e4a559283097e91d0730b1d75dfb2f8a1494"
2019-11-17 21:00:19 +00:00
dependencies = [
"log",
"web-sys",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "copyless"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
"core-foundation-sys 0.7.0",
"libc",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "core-foundation"
version = "0.9.1"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
2020-08-27 10:32:41 +00:00
dependencies = [
"core-foundation-sys 0.8.2",
"libc",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
2019-11-17 21:00:19 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
2020-08-27 10:32:41 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.8.2"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
2020-08-27 10:32:41 +00:00
[[package]]
name = "core-graphics"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
dependencies = [
"bitflags",
"core-foundation 0.7.0",
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics"
2020-10-04 20:04:27 +00:00
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc239bba52bab96649441699533a68de294a101533b0270b2d65aa402b29a7f9"
dependencies = [
"bitflags",
"core-foundation 0.9.1",
"core-graphics-types",
"foreign-types",
"libc",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "core-graphics-types"
version = "0.1.1"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags",
"core-foundation 0.9.1",
"foreign-types",
"libc",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "core-video-sys"
version = "0.1.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 0.1.10",
"core-foundation-sys 0.7.0",
"core-graphics 0.19.2",
"libc",
"objc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "coreaudio-rs"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f229761965dad3e9b11081668a6ea00f1def7aa46062321b5ec245b834f6e491"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags",
"coreaudio-sys",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "coreaudio-sys"
version = "0.2.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6570ee6e089131e928d5ec9236db9e818aa3cf850f48b0eec6ef700571271d4"
2019-11-17 21:00:19 +00:00
dependencies = [
"bindgen",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "cpal"
version = "0.12.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4410231e181e24e3e4612dfca601601e40942003e6a52a12d9d80f19fd9737"
2019-11-17 21:00:19 +00:00
dependencies = [
"alsa",
"core-foundation-sys 0.6.2",
"coreaudio-rs",
"js-sys",
"lazy_static",
"libc",
"mach",
"nix 0.15.0",
"parking_lot 0.9.0",
"stdweb",
"thiserror",
"web-sys",
"winapi 0.3.9",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "crc32fast"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 0.1.10",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "crossbeam-channel"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
dependencies = [
"crossbeam-utils",
"maybe-uninit",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "crossbeam-deque"
2020-05-02 15:48:23 +00:00
version = "0.7.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
2019-11-17 21:00:19 +00:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
"maybe-uninit",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "crossbeam-epoch"
2020-05-02 15:48:23 +00:00
version = "0.8.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"cfg-if 0.1.10",
"crossbeam-utils",
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "crossbeam-utils"
2020-05-02 15:48:23 +00:00
version = "0.7.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"cfg-if 0.1.10",
"lazy_static",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "csv"
version = "1.1.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279"
2019-11-17 21:00:19 +00:00
dependencies = [
"bstr",
"csv-core",
"itoa",
"ryu",
"serde",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "csv-core"
2020-05-02 15:48:23 +00:00
version = "0.1.10"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
2019-11-17 21:00:19 +00:00
dependencies = [
"memchr",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ctor"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "curl"
version = "0.4.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e268162af1a5fe89917ae25ba3b0a77c8da752bdc58e7dbb4f15b91fbd33756e"
dependencies = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2",
"winapi 0.3.9",
]
[[package]]
name = "curl-sys"
version = "0.4.38+curl-7.73.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "498ecfb4f59997fd40023d62a9f1e506e768b2baeb59a1d311eb9751cdcd7e3f"
dependencies = [
"cc",
"libc",
"libnghttp2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
"winapi 0.3.9",
]
[[package]]
name = "d3d12"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0a60cceb22c7c53035f8980524fdc7f17cf49681a3c154e6757d30afbec6ec4"
dependencies = [
"bitflags",
"libloading 0.6.4",
"winapi 0.3.9",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "darling"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
2019-11-17 21:00:19 +00:00
dependencies = [
"darling_core",
"darling_macro",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "darling_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
2019-11-17 21:00:19 +00:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.9.3",
"syn",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "darling_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
2019-11-17 21:00:19 +00:00
dependencies = [
"darling_core",
"quote",
"syn",
]
[[package]]
name = "dasp"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_envelope",
"dasp_frame",
"dasp_interpolate",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample",
"dasp_signal",
"dasp_slice",
"dasp_window",
]
[[package]]
name = "dasp_envelope"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample",
]
[[package]]
name = "dasp_frame"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_sample",
]
[[package]]
name = "dasp_interpolate"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_ring_buffer",
"dasp_sample",
]
[[package]]
name = "dasp_peak"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_sample",
]
[[package]]
name = "dasp_ring_buffer"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
[[package]]
name = "dasp_rms"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_ring_buffer",
"dasp_sample",
]
[[package]]
name = "dasp_sample"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
[[package]]
name = "dasp_signal"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_envelope",
"dasp_frame",
"dasp_interpolate",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample",
"dasp_window",
]
[[package]]
name = "dasp_slice"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_sample",
]
[[package]]
name = "dasp_window"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_sample",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "deflate"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
dependencies = [
"adler32",
"byteorder",
]
[[package]]
name = "derivative"
2020-05-02 15:48:23 +00:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dirs"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
dependencies = [
"libc",
"redox_users",
"winapi 0.3.9",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "dispatch"
version = "0.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
2019-11-17 21:00:19 +00:00
[[package]]
name = "dlib"
version = "0.4.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
2019-11-17 21:00:19 +00:00
dependencies = [
"libloading 0.6.4",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "downcast-rs"
version = "1.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
2019-11-17 21:00:19 +00:00
[[package]]
name = "either"
version = "1.6.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2019-11-17 21:00:19 +00:00
[[package]]
name = "embed-resource"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f6b0b4403da80c2fd32333937dd468292c001d778c587ae759b75432772715d"
dependencies = [
"vswhom",
"winreg",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2019-11-17 21:00:19 +00:00
[[package]]
name = "encoding_rs"
version = "0.8.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2"
dependencies = [
"cfg-if 0.1.10",
]
[[package]]
name = "enum-map"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f81f09b9cb18af2ea1da2688a1d6b1762b4f938d7495bb034bce48d4c608043"
dependencies = [
"array-macro",
"enum-map-derive",
]
[[package]]
name = "enum-map-derive"
2020-10-21 06:14:49 +00:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-21 06:14:49 +00:00
checksum = "dbb83f1906a6bb6ad07885dfbdf0528ed9d71594451558917717653d77b3cc53"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "enumset"
version = "1.0.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "959a80a2062fedd66ed41d99736212de987b3a8c83a4c2cef243968075256bd1"
2019-11-17 21:00:19 +00:00
dependencies = [
"enumset_derive",
"num-traits 0.2.12",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "enumset_derive"
2020-04-13 11:14:29 +00:00
version = "0.5.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74bef436ac71820c5cf768d7af9ba33121246b09a00e09a55d94ef8095a875ac"
2019-11-17 21:00:19 +00:00
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "env_logger"
version = "0.8.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54532e3223c5af90a6a757c90b5c5521564b07e5e7a958681bcd2afad421cdcd"
2019-11-17 21:00:19 +00:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "euclid"
version = "0.22.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5337024b8293bdce5265dc9570ef6e608a34bfacbbc87fe1a5dcb5f1dac2f4e2"
2019-11-17 21:00:19 +00:00
dependencies = [
"num-traits 0.2.12",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "exporter"
version = "0.1.0"
dependencies = [
"clap",
"env_logger",
"futures",
"image",
"indicatif",
"log",
"path-slash",
"ruffle_core",
"ruffle_render_wgpu",
"walkdir",
]
[[package]]
name = "fixedbitset"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
2019-11-17 21:00:19 +00:00
[[package]]
name = "flate2"
version = "1.0.18"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da80be589a72651dcda34d8b35bcdc9b7254ad06325611074d9cc0fbb19f60ee"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 0.1.10",
"crc32fast",
"libc",
"miniz_oxide 0.4.3",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-11-17 21:00:19 +00:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2019-11-17 21:00:19 +00:00
dependencies = [
"foreign-types-shared",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2019-11-17 21:00:19 +00:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2019-11-17 21:00:19 +00:00
[[package]]
name = "futures"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95314d38584ffbfda215621d723e0a3906f032e03ae5551e650058dac83d4797"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0448174b01148032eed37ac4aed28963aaaa8cfa93569a08e5b479bbc6c2c151"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18eaa56102984bed2c88ea39026cff3ce3b4c7f508ca970cedf2450ea10d4e46"
[[package]]
name = "futures-executor"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5f8e0c9258abaea85e78ebdda17ef9666d390e987f006be6080dfe354b708cb"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e1798854a4727ff944a7b12aa999f58ce7aa81db80d2dfaaf2ba06f065ddd2b"
[[package]]
name = "futures-macro"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e36fccf3fc58563b4a14d265027c627c3b665d7fed489427e88e7cc929559efe"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e3ca3f17d6e8804ae5d3df7a7d35b2b3a6fe89dac84b31872720fc3060a0b11"
[[package]]
name = "futures-task"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d502af37186c4fef99453df03e374683f8a1eec9dcc1e66b3b82dc8278ce3c"
dependencies = [
"once_cell",
]
[[package]]
name = "futures-util"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abcb44342f62e6f3e8ac427b8aa815f724fd705dfad060b18ac7866c15bb8e34"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project 1.0.1",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "gc-arena"
version = "0.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7262a3f0bd866ed41d13f7a5147d5fe2278f6860aeab66bd72e9f2f770fc3e8"
2019-11-17 21:00:19 +00:00
dependencies = [
"gc-arena-derive",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "gc-arena-derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5a1fd9d509709237f7673fe8fa4a2fcf8136bf5bd43b67bab6af267a9850524"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "generational-arena"
version = "0.2.8"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e1d3b771574f62d0548cee0ad9057857e9fc25d7a3335f140c84f6acd0bf601"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 0.1.10",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "getrandom"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
dependencies = [
"cfg-if 0.1.10",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "gfx-auxil"
version = "0.6.0"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ec012a32036c6439180b688b15a24dc8a3fbdb3b1cd02eb55266201db4c1b0f"
2020-08-27 10:32:41 +00:00
dependencies = [
"fxhash",
"gfx-hal",
"spirv_cross",
2019-11-17 21:00:19 +00:00
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "gfx-backend-dx11"
2020-10-21 06:14:49 +00:00
version = "0.6.6"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-21 06:14:49 +00:00
checksum = "9216b7f9221930c55523bdde49f9679570e0fda1d726aa1ac4476c0e1efde5c7"
2020-08-27 10:32:41 +00:00
dependencies = [
2020-10-21 06:14:49 +00:00
"arrayvec",
"bitflags",
"gfx-auxil",
"gfx-hal",
"libloading 0.6.4",
"log",
"parking_lot 0.11.0",
"range-alloc",
"raw-window-handle",
"smallvec 1.4.2",
"spirv_cross",
"winapi 0.3.9",
"wio",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "gfx-backend-dx12"
2020-10-21 06:14:49 +00:00
version = "0.6.9"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-21 06:14:49 +00:00
checksum = "ffc5e9d0f08020cc66a41f1347776fdc76c14c11a65dc4576f4550423bef4480"
2020-08-27 10:32:41 +00:00
dependencies = [
"arrayvec",
2020-10-21 06:14:49 +00:00
"bit-set",
"bitflags",
"d3d12",
"gfx-auxil",
"gfx-hal",
"log",
"range-alloc",
"raw-window-handle",
"smallvec 1.4.2",
"spirv_cross",
"winapi 0.3.9",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "gfx-backend-empty"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2085227c12b78f6657a900c829f2d0deb46a9be3eaf86844fde263cdc218f77c"
2020-08-27 10:32:41 +00:00
dependencies = [
"gfx-hal",
"log",
"raw-window-handle",
2019-11-17 21:00:19 +00:00
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "gfx-backend-metal"
version = "0.6.3"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9a5278b173f1008ad38f2bd38ca51e18a5e5d23a87195824bee468fcc390dce"
dependencies = [
"arrayvec",
"bitflags",
"block",
"cocoa-foundation",
"copyless",
"foreign-types",
"gfx-auxil",
"gfx-hal",
"lazy_static",
"log",
"metal",
"objc",
"parking_lot 0.11.0",
"range-alloc",
"raw-window-handle",
"smallvec 1.4.2",
"spirv_cross",
"storage-map",
2019-11-17 21:00:19 +00:00
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "gfx-backend-vulkan"
version = "0.6.5"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a3a63cf61067a09b7d1ac480af3cb2ae0c5ede5bed294607bbd814cb1666c45"
2020-08-27 10:32:41 +00:00
dependencies = [
"arrayvec",
"ash",
"byteorder",
"core-graphics-types",
"gfx-hal",
"inplace_it",
"lazy_static",
"log",
"objc",
"raw-window-handle",
"smallvec 1.4.2",
"winapi 0.3.9",
"x11",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "gfx-descriptor"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd8c7afcd000f279d541a490e27117e61037537279b9342279abf4938fe60c6b"
2020-08-27 10:32:41 +00:00
dependencies = [
"arrayvec",
"fxhash",
"gfx-hal",
"log",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "gfx-hal"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18d0754f5b7a43915fd7466883b2d1bb0800d7cc4609178d0b27bf143b9e5123"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags",
"raw-window-handle",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "gfx-memory"
version = "0.2.2"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dccdda5d2b39412f4ca2cb15c70b5a82783a86b0606f5e985342754c8ed88f05"
2020-08-27 10:32:41 +00:00
dependencies = [
"bit-set",
"fxhash",
"gfx-hal",
"log",
"slab",
2020-08-27 10:32:41 +00:00
]
2020-09-22 01:30:27 +00:00
[[package]]
name = "gif"
version = "0.11.1"
2020-09-22 01:30:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02efba560f227847cb41463a7395c514d127d4f74fff12ef0137fff1b84b96c4"
2020-09-22 01:30:27 +00:00
dependencies = [
"color_quant",
"weezl",
2020-09-22 01:30:27 +00:00
]
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2019-11-17 21:00:19 +00:00
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
2019-11-17 21:00:19 +00:00
dependencies = [
"unicode-segmentation",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "hermit-abi"
version = "0.1.17"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "http"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
dependencies = [
"bytes",
"fnv",
"itoa",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "humantime"
version = "2.0.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
2019-11-17 21:00:19 +00:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2019-11-17 21:00:19 +00:00
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
2019-11-17 21:00:19 +00:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "image"
version = "0.23.11"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4f0a8345b33b082aedec2f4d7d4a926b845cee184cbe78b703413066564431b"
2019-11-17 21:00:19 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"gif",
"jpeg-decoder",
"num-iter",
"num-rational",
"num-traits 0.2.12",
"png",
"scoped_threadpool",
"tiff",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "indexmap"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
dependencies = [
"autocfg",
"hashbrown",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "indicatif"
version = "0.15.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
2019-11-17 21:00:19 +00:00
dependencies = [
"console",
"lazy_static",
"number_prefix",
"regex",
2019-11-17 21:00:19 +00:00
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "inplace_it"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd01a2a73f2f399df96b22dc88ea687ef4d76226284e7531ae3c7ee1dc5cb534"
2020-08-27 10:32:41 +00:00
2019-11-17 21:00:19 +00:00
[[package]]
name = "instant"
version = "0.1.8"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb1fc4429a33e1f80d41dc9fea4d108a88bec1de8053878898ae448a0b52f613"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "isahc"
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac245314704d62c121785203fb4d6f41f137167fcc91beec0b55bd6c4bb8c800"
dependencies = [
"bytes",
"crossbeam-channel",
"crossbeam-utils",
"curl",
"curl-sys",
"encoding_rs",
"futures-channel",
"futures-io",
"futures-util",
"http",
"lazy_static",
"log",
"mime",
"slab",
"sluice",
"tracing",
"tracing-futures",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "itoa"
version = "0.4.6"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
2019-11-17 21:00:19 +00:00
2020-10-04 20:04:27 +00:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2020-10-04 20:04:27 +00:00
[[package]]
name = "jobserver"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
dependencies = [
"libc",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "jpeg-decoder"
version = "0.1.20"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc797adac5f083b8ff0ca6f6294a999393d76e197c36488e2ef732c4715f6fa3"
2019-11-17 21:00:19 +00:00
dependencies = [
"byteorder",
"rayon",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "js-sys"
version = "0.3.45"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8"
2019-11-17 21:00:19 +00:00
dependencies = [
"wasm-bindgen",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
2019-11-17 21:00:19 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2019-11-17 21:00:19 +00:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-11-17 21:00:19 +00:00
[[package]]
name = "lazycell"
version = "1.3.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2019-11-17 21:00:19 +00:00
[[package]]
name = "libc"
version = "0.2.79"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
2019-11-17 21:00:19 +00:00
[[package]]
name = "libflate"
version = "1.0.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389de7875e06476365974da3e7ff85d55f1972188ccd9f6020dd7c8156e17914"
2019-11-17 21:00:19 +00:00
dependencies = [
"adler32",
"crc32fast",
"libflate_lz77",
"rle-decode-fast",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "libflate_lz77"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3286f09f7d4926fc486334f28d8d2e6ebe4f7f9994494b6dab27ddfad2c9b11b"
2019-11-17 21:00:19 +00:00
[[package]]
name = "libloading"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
2019-11-17 21:00:19 +00:00
dependencies = [
"cc",
"winapi 0.3.9",
2019-11-17 21:00:19 +00:00
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "libloading"
version = "0.6.4"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3557c9384f7f757f6d139cd3a4c62ef4e850696c16bf27924a5538c8a09717a1"
2020-08-27 10:32:41 +00:00
dependencies = [
"cfg-if 0.1.10",
"winapi 0.3.9",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "libnghttp2-sys"
version = "0.1.4+1.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "libz-sys"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "line_drawing"
2020-10-04 20:04:27 +00:00
version = "0.8.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f81902e542483002b103c6424d23e765c2e5a65f732923299053a601bce50ab2"
2019-11-17 21:00:19 +00:00
dependencies = [
"num-traits 0.1.43",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lock_api"
2020-05-02 15:48:23 +00:00
version = "0.3.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
2019-11-17 21:00:19 +00:00
dependencies = [
"scopeguard",
2019-11-17 21:00:19 +00:00
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "lock_api"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
2020-08-27 10:32:41 +00:00
dependencies = [
"scopeguard",
2020-08-27 10:32:41 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "log"
version = "0.4.11"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 0.1.10",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lyon"
version = "0.16.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d083e12e9e22298eec27751ec4a0975abac5873a3b0dcdbbecc608d333f0e9"
2019-11-17 21:00:19 +00:00
dependencies = [
"lyon_algorithms",
"lyon_tessellation",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lyon_algorithms"
version = "0.16.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11033936a5e9d7bf35b7ba71a19f8b6bc838f3206304175dc5b3524ca16672a8"
2019-11-17 21:00:19 +00:00
dependencies = [
"lyon_path",
"sid",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lyon_geom"
version = "0.16.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce4e12203c428a58200b8cf1c0a3aad1cda907008ea11310bb3729593e5f933"
2019-11-17 21:00:19 +00:00
dependencies = [
"arrayvec",
"euclid",
"num-traits 0.2.12",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lyon_path"
version = "0.16.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "243c71fff16677ecde2d38794a0253a8f0417cebaacc6390677c30733831d8cb"
2019-11-17 21:00:19 +00:00
dependencies = [
"lyon_geom",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lyon_tessellation"
version = "0.16.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ecf3d769bec66396957d7c5cb91f998c4182e53fdc96cc435b6ebcd46a63cd9"
2019-11-17 21:00:19 +00:00
dependencies = [
"arrayvec",
"lyon_path",
"sid",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lzma-sys"
version = "0.1.17"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdb4b7c3eddad11d3af9e86c487607d2d2442d185d848575365c4856ba96d619"
2019-11-17 21:00:19 +00:00
dependencies = [
"cc",
"libc",
"pkg-config",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "mach"
version = "0.3.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2019-11-17 21:00:19 +00:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2019-11-17 21:00:19 +00:00
[[package]]
name = "memchr"
version = "2.3.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2019-11-17 21:00:19 +00:00
[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
"winapi 0.3.9",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "memoffset"
version = "0.5.6"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
2019-11-17 21:00:19 +00:00
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "metal"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c4e8a431536529327e28c9ba6992f2cb0c15d4222f0602a16e6d7695ff3bccf"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags",
"block",
"cocoa-foundation",
"foreign-types",
"log",
"objc",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2019-11-17 21:00:19 +00:00
[[package]]
name = "minimp3"
version = "0.5.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9684a8c55935322fdab159b5d7a6163b33f6e7d32c4a8a54fe53d1bcfad738db"
2019-11-17 21:00:19 +00:00
dependencies = [
"minimp3-sys",
"slice-deque",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "minimp3-sys"
2020-05-02 15:48:23 +00:00
version = "0.3.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e21c73734c69dc95696c9ed8926a2b393171d98b3f5f5935686a26a487ab9b90"
2019-11-17 21:00:19 +00:00
dependencies = [
"cc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "miniz_oxide"
version = "0.3.7"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
2019-11-17 21:00:19 +00:00
dependencies = [
"adler32",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "miniz_oxide"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
dependencies = [
"adler",
"autocfg",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "mio"
2020-05-02 15:48:23 +00:00
version = "0.6.22"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "mio-extras"
version = "2.0.6"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
2019-11-17 21:00:19 +00:00
dependencies = [
"lazycell",
"log",
"mio",
"slab",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2019-11-17 21:00:19 +00:00
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2019-11-17 21:00:19 +00:00
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "naga"
version = "0.2.0"
source = "git+https://github.com/gfx-rs/naga?rev=aa35110471ee7915e1f4e1de61ea41f2f32f92c4#aa35110471ee7915e1f4e1de61ea41f2f32f92c4"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags",
"fxhash",
"log",
"num-traits 0.2.12",
"petgraph",
"spirv_headers",
"thiserror",
2020-08-27 10:32:41 +00:00
]
2020-10-04 20:04:27 +00:00
[[package]]
name = "ndk"
2020-10-21 06:14:49 +00:00
version = "0.2.1"
2020-10-04 20:04:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-21 06:14:49 +00:00
checksum = "5eb167c1febed0a496639034d0c76b3b74263636045db5489eee52143c246e73"
2020-10-04 20:04:27 +00:00
dependencies = [
"jni-sys",
"ndk-sys",
"num_enum 0.4.3",
"thiserror",
2020-10-04 20:04:27 +00:00
]
[[package]]
name = "ndk-glue"
2020-10-21 06:14:49 +00:00
version = "0.2.1"
2020-10-04 20:04:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-21 06:14:49 +00:00
checksum = "bdf399b8b7a39c6fb153c4ec32c72fd5fe789df24a647f229c239aa7adb15241"
2020-10-04 20:04:27 +00:00
dependencies = [
"lazy_static",
"libc",
"log",
"ndk",
"ndk-macro",
"ndk-sys",
2020-10-04 20:04:27 +00:00
]
[[package]]
name = "ndk-macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
2020-10-04 20:04:27 +00:00
dependencies = [
"darling",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
2020-10-04 20:04:27 +00:00
]
[[package]]
name = "ndk-sys"
2020-10-21 06:14:49 +00:00
version = "0.2.1"
2020-10-04 20:04:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-21 06:14:49 +00:00
checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d"
2020-10-04 20:04:27 +00:00
2019-11-17 21:00:19 +00:00
[[package]]
name = "net2"
version = "0.2.35"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "nix"
2020-10-04 20:04:27 +00:00
version = "0.15.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
"void",
2019-11-17 21:00:19 +00:00
]
2020-07-10 22:24:05 +00:00
[[package]]
name = "nix"
2020-10-04 20:04:27 +00:00
version = "0.18.0"
2020-07-10 22:24:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
2020-07-10 22:24:05 +00:00
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
2020-07-10 22:24:05 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "nom"
version = "5.1.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
2019-11-17 21:00:19 +00:00
dependencies = [
"memchr",
"version_check",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "num-derive"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f09b9841adb6b5e1f89ef7087ea636e0fd94b2851f887c1e3eb5d5f8228fab3"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "num-integer"
version = "0.1.43"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"num-traits 0.2.12",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "num-iter"
version = "0.1.41"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e6b7c748f995c4c29c5f5ae0248536e04a5739927c74ec0fa564805094b9f"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits 0.2.12",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "num-rational"
version = "0.3.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5b4d7360f362cfb50dde8143501e6940b22f644be75a4cc90b2d81968908138"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits 0.2.12",
2019-11-17 21:00:19 +00:00
]
2020-10-04 20:04:27 +00:00
[[package]]
name = "num-traits"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
2020-10-04 20:04:27 +00:00
dependencies = [
"num-traits 0.2.12",
2020-10-04 20:04:27 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "num-traits"
version = "0.2.12"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "num_cpus"
2020-05-02 15:48:23 +00:00
version = "1.13.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2019-11-17 21:00:19 +00:00
dependencies = [
"hermit-abi",
"libc",
2019-11-17 21:00:19 +00:00
]
2020-10-04 20:04:27 +00:00
[[package]]
name = "num_enum"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca565a7df06f3d4b485494f25ba05da1435950f4dc263440eda7a6fa9b8e36e4"
2020-10-04 20:04:27 +00:00
dependencies = [
"derivative",
"num_enum_derive 0.4.3",
2020-10-04 20:04:27 +00:00
]
[[package]]
name = "num_enum"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "226b45a5c2ac4dd696ed30fa6b94b057ad909c7b7fc2e0d0808192bced894066"
dependencies = [
"derivative",
"num_enum_derive 0.5.1",
]
2020-10-04 20:04:27 +00:00
[[package]]
name = "num_enum_derive"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffa5a33ddddfee04c0283a7653987d634e880347e96b5b2ed64de07efb59db9d"
2020-10-04 20:04:27 +00:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
2020-10-04 20:04:27 +00:00
]
[[package]]
name = "num_enum_derive"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c0fd9eba1d5db0994a239e09c1be402d35622277e35468ba891aa5e3188ce7e"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "number_prefix"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
2019-11-17 21:00:19 +00:00
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2019-11-17 21:00:19 +00:00
dependencies = [
"malloc_buf",
"objc_exception",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
"block",
"objc",
"objc_id",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "objc_exception"
version = "0.1.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
2019-11-17 21:00:19 +00:00
dependencies = [
"cc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
[[package]]
name = "once_cell"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
[[package]]
name = "openssl-sys"
version = "0.9.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "os_str_bytes"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ac6fe3538f701e339953a3ebbe4f39941aababa8a3f6964635b24ab526daeac"
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
"winapi 0.3.9",
]
2020-10-04 20:04:27 +00:00
[[package]]
name = "owned_ttf_parser"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
2020-10-04 20:04:27 +00:00
dependencies = [
"ttf-parser",
2020-10-04 20:04:27 +00:00
]
2020-07-10 22:24:05 +00:00
[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
2020-07-10 22:24:05 +00:00
dependencies = [
"lock_api 0.3.4",
"parking_lot_core 0.6.2",
"rustc_version",
2020-07-10 22:24:05 +00:00
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "parking_lot"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
2020-08-27 10:32:41 +00:00
dependencies = [
"instant",
"lock_api 0.4.1",
"parking_lot_core 0.8.0",
2020-08-27 10:32:41 +00:00
]
2020-07-10 22:24:05 +00:00
[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
2020-07-10 22:24:05 +00:00
dependencies = [
"cfg-if 0.1.10",
"cloudabi 0.0.3",
"libc",
"redox_syscall",
"rustc_version",
"smallvec 0.6.13",
"winapi 0.3.9",
2020-07-10 22:24:05 +00:00
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "parking_lot_core"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
2020-08-27 10:32:41 +00:00
dependencies = [
"cfg-if 0.1.10",
"cloudabi 0.1.0",
"instant",
"libc",
"redox_syscall",
"smallvec 1.4.2",
"winapi 0.3.9",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "path-slash"
version = "0.1.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff65715a17cba8979903db6294baef56c5d39e05c8b054cffa31e69e61f24c68"
2019-11-17 21:00:19 +00:00
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2019-11-17 21:00:19 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-11-17 21:00:19 +00:00
[[package]]
name = "petgraph"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
dependencies = [
"fixedbitset",
"indexmap",
]
[[package]]
name = "pin-project"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
dependencies = [
"pin-project-internal 0.4.27",
]
[[package]]
name = "pin-project"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841"
dependencies = [
"pin-project-internal 1.0.1",
]
[[package]]
name = "pin-project-internal"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-internal"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
2020-10-21 06:14:49 +00:00
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-21 06:14:49 +00:00
checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2019-11-17 21:00:19 +00:00
[[package]]
name = "pkg-config"
version = "0.3.19"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2019-11-17 21:00:19 +00:00
[[package]]
name = "png"
version = "0.16.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfe7f9f1c730833200b134370e1d5098964231af8450bce9b78ee3ab5278b970"
dependencies = [
"bitflags",
"crc32fast",
"deflate",
"miniz_oxide 0.3.7",
]
[[package]]
name = "ppv-lite86"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
[[package]]
name = "pretty_assertions"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
dependencies = [
"ansi_term",
"ctor",
"difference",
"output_vt100",
]
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
[[package]]
name = "proc-macro-error"
2020-09-22 01:56:46 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
2020-09-22 01:56:46 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro-hack"
version = "0.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598"
[[package]]
name = "proc-macro-nested"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
2019-11-17 21:00:19 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.24"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2019-11-17 21:00:19 +00:00
dependencies = [
"unicode-xid",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "puremp3"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b7efbb39e373af70c139e0611375fa6cad751fb93d528a610b55302710d883"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitstream-io 0.8.5",
"byteorder",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "quick-xml"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cc440ee4802a86e357165021e3e255a9143724da31db1e2ea540214c96a0f82"
dependencies = [
"memchr",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "quote"
version = "1.0.7"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2019-11-17 21:00:19 +00:00
dependencies = [
"proc-macro2",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "rand"
version = "0.7.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-11-17 21:00:19 +00:00
dependencies = [
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
"rand_pcg",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "rand_chacha"
2020-05-02 15:48:23 +00:00
version = "0.2.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-11-17 21:00:19 +00:00
dependencies = [
"ppv-lite86",
"rand_core",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-11-17 21:00:19 +00:00
dependencies = [
"getrandom",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-11-17 21:00:19 +00:00
dependencies = [
"rand_core",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "rand_pcg"
version = "0.2.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2019-11-17 21:00:19 +00:00
dependencies = [
"rand_core",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "range-alloc"
2020-08-27 10:32:41 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a871f1e45a3a3f0c73fb60343c811238bb5143a81642e27c2ac7aac27ff01a63"
2019-11-17 21:00:19 +00:00
[[package]]
name = "raw-window-handle"
version = "0.3.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "rayon"
version = "1.4.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf6960dc9a5b4ee8d3e4c5787b4a112a8818e0290a42ff664ad60692fdf2032"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "rayon-core"
version = "1.8.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf"
2019-11-17 21:00:19 +00:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"lazy_static",
"num_cpus",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "redox_syscall"
version = "0.1.57"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2019-11-17 21:00:19 +00:00
[[package]]
name = "redox_users"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
dependencies = [
"getrandom",
"redox_syscall",
"rust-argon2",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "regex"
version = "1.4.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b"
2019-11-17 21:00:19 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "regex-automata"
2020-05-02 15:48:23 +00:00
version = "0.1.9"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
2019-11-17 21:00:19 +00:00
dependencies = [
"byteorder",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "regex-syntax"
version = "0.6.20"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c"
2019-11-17 21:00:19 +00:00
[[package]]
name = "rle-decode-fast"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac"
2019-11-17 21:00:19 +00:00
[[package]]
name = "ron"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8a58080b7bb83b2ea28c3b7a9a994fd5e310330b7c8ca5258d99b98128ecfe4"
dependencies = [
"base64 0.12.3",
"bitflags",
"serde",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "ruffle_core"
version = "0.1.0"
dependencies = [
"approx",
"bitstream-io 0.9.0",
"chrono",
"downcast-rs",
"enumset",
2020-10-11 10:09:23 +00:00
"flate2",
"fnv",
"gc-arena",
"gc-arena-derive",
"generational-arena",
"gif",
"indexmap",
"instant",
"jpeg-decoder",
"json",
"log",
"minimp3",
"num-traits 0.2.12",
"num_enum 0.5.1",
"percent-encoding",
"png",
"pretty_assertions",
"puremp3",
"quick-xml",
"rand",
"ruffle_macros",
"smallvec 1.4.2",
"swf",
"thiserror",
"url",
"weak-table",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ruffle_desktop"
version = "0.1.0"
dependencies = [
"clap",
"clipboard",
"cpal",
"dasp",
"dirs",
"embed-resource",
"env_logger",
"generational-arena",
"image",
"isahc",
"jpeg-decoder",
"log",
"lyon",
"ruffle_core",
"ruffle_render_wgpu",
"url",
"webbrowser",
"winapi 0.3.9",
"winit",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ruffle_macros"
version = "0.1.0"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "ruffle_render_canvas"
version = "0.1.0"
dependencies = [
"base64 0.13.0",
"fnv",
"jpeg-decoder",
"js-sys",
"log",
"percent-encoding",
"png",
"ruffle_core",
"ruffle_web_common",
"svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "ruffle_render_common_tess"
version = "0.1.0"
dependencies = [
"log",
"lyon",
"ruffle_core",
]
2020-04-25 02:38:58 +00:00
[[package]]
name = "ruffle_render_webgl"
version = "0.1.0"
dependencies = [
"fnv",
"jpeg-decoder",
"js-sys",
"log",
"percent-encoding",
"png",
"ruffle_core",
"ruffle_render_common_tess",
"ruffle_web_common",
"wasm-bindgen",
"web-sys",
2020-04-25 02:38:58 +00:00
]
[[package]]
name = "ruffle_render_wgpu"
version = "0.1.0"
dependencies = [
"bytemuck",
"clap",
"enum-map",
"futures",
"image",
"jpeg-decoder",
"log",
"lyon",
"raw-window-handle",
"ruffle_core",
"wgpu",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "ruffle_scanner"
version = "0.1.0"
dependencies = [
"clap",
"csv",
"env_logger",
"indicatif",
"log",
"path-slash",
"ruffle_core",
"serde",
"walkdir",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ruffle_web"
version = "0.1.0"
dependencies = [
"byteorder",
"chrono",
"console_error_panic_hook",
"console_log",
"fnv",
"generational-arena",
"js-sys",
"log",
"ruffle_core",
"ruffle_render_canvas",
"ruffle_render_webgl",
"ruffle_web_common",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-bindgen-test",
"web-sys",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ruffle_web_common"
version = "0.1.0"
dependencies = [
"js-sys",
"log",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "rust-argon2"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19"
dependencies = [
"base64 0.12.3",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "rustc-hash"
2020-05-02 15:48:23 +00:00
version = "1.1.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2019-11-17 21:00:19 +00:00
2020-07-10 22:24:05 +00:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2020-07-10 22:24:05 +00:00
dependencies = [
"semver",
2020-07-10 22:24:05 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "rusttype"
2020-10-04 20:04:27 +00:00
version = "0.9.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
2019-11-17 21:00:19 +00:00
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ryu"
version = "1.0.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2019-11-17 21:00:19 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2019-11-17 21:00:19 +00:00
dependencies = [
"winapi-util",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "schannel"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
dependencies = [
"lazy_static",
"winapi 0.3.9",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2019-11-17 21:00:19 +00:00
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
2019-11-17 21:00:19 +00:00
[[package]]
name = "scopeguard"
2020-05-02 15:48:23 +00:00
version = "1.1.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-11-17 21:00:19 +00:00
2020-07-10 22:24:05 +00:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2020-07-10 22:24:05 +00:00
dependencies = [
"semver-parser",
2020-07-10 22:24:05 +00:00
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2020-07-10 22:24:05 +00:00
2019-11-17 21:00:19 +00:00
[[package]]
name = "serde"
version = "1.0.117"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
2019-11-17 21:00:19 +00:00
dependencies = [
"serde_derive",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "serde_derive"
version = "1.0.117"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
2019-11-17 21:00:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
2019-11-17 21:00:19 +00:00
[[package]]
name = "sid"
version = "0.6.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd5ac56c121948b4879bba9e519852c211bcdd8f014efff766441deff0b91bdb"
2019-11-17 21:00:19 +00:00
dependencies = [
"num-traits 0.2.12",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2019-11-17 21:00:19 +00:00
[[package]]
name = "slice-deque"
version = "0.3.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31ef6ee280cdefba6d2d0b4b78a84a1c1a3f3a4cec98c2d4231c8bc225de0f25"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
"mach",
"winapi 0.3.9",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "sluice"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed13b7cb46f13a15db2c4740f087a848acc8b31af89f95844d40137451f89b1"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
]
2020-07-10 22:24:05 +00:00
[[package]]
name = "smallvec"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
2020-07-10 22:24:05 +00:00
dependencies = [
"maybe-uninit",
2020-07-10 22:24:05 +00:00
]
[[package]]
name = "smallvec"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
2019-11-17 21:00:19 +00:00
[[package]]
name = "smithay-client-toolkit"
2020-10-04 20:04:27 +00:00
version = "0.12.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ec5c077def8af49f9b5aeeb5fcf8079c638c6615c3a8f9305e2dea601de57f7"
2019-11-17 21:00:19 +00:00
dependencies = [
"andrew",
"bitflags",
"byteorder",
"calloop",
"dlib",
"lazy_static",
"log",
"memmap",
"nix 0.18.0",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "socket2"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44"
dependencies = [
"cfg-if 0.1.10",
"libc",
"redox_syscall",
"winapi 0.3.9",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "spirv_cross"
version = "0.21.0"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b631bd956108f3e34a4fb7e39621711ac15ce022bc567da2d953c6df13f00e00"
2020-08-27 10:32:41 +00:00
dependencies = [
"cc",
"js-sys",
"wasm-bindgen",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "spirv_headers"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f5b132530b1ac069df335577e3581765995cba5a13995cdbbdbc8fb057c532c"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags",
"num-traits 0.2.12",
2020-08-27 10:32:41 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "stdweb"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
2019-11-17 21:00:19 +00:00
2020-08-27 10:32:41 +00:00
[[package]]
name = "storage-map"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418bb14643aa55a7841d5303f72cf512cfb323b8cc221d51580500a1ca75206c"
2020-08-27 10:32:41 +00:00
dependencies = [
"lock_api 0.4.1",
2020-08-27 10:32:41 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "strsim"
2020-05-02 15:48:23 +00:00
version = "0.9.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
2019-11-17 21:00:19 +00:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2019-11-17 21:00:19 +00:00
[[package]]
name = "svg"
version = "0.8.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b65a64d32a41db2a8081aa03c1ccca26f246ff681add693f8b01307b137da79"
2019-11-17 21:00:19 +00:00
[[package]]
name = "swf"
version = "0.1.2"
dependencies = [
"approx",
"byteorder",
"enumset",
"flate2",
"libflate",
"log",
"num-derive",
"num-traits 0.2.12",
"xz2",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "syn"
version = "1.0.48"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
2019-11-17 21:00:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "synstructure"
version = "0.12.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
2019-11-17 21:00:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"unicode-xid",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "termcolor"
2020-05-02 15:48:23 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
2020-05-02 15:48:23 +00:00
dependencies = [
"winapi-util",
2020-05-02 15:48:23 +00:00
]
[[package]]
name = "terminal_size"
version = "0.1.13"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a14cd9f8c72704232f0bfc8455c0e861f0ad4eb60cc9ec8a170e231414c1e13"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
"winapi 0.3.9",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "textwrap"
2020-09-22 01:56:46 +00:00
version = "0.12.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
2019-11-17 21:00:19 +00:00
dependencies = [
"unicode-width",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "thiserror"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "thread_local"
2020-05-02 15:48:23 +00:00
version = "1.0.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2019-11-17 21:00:19 +00:00
dependencies = [
"lazy_static",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "tiff"
version = "0.6.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abeb4e3f32a8973722c0254189e6890358e72b1bf11becb287ee0b23c595a41d"
2019-11-17 21:00:19 +00:00
dependencies = [
"jpeg-decoder",
"miniz_oxide 0.4.3",
"weezl",
2019-11-17 21:00:19 +00:00
]
2020-07-08 18:26:00 +00:00
[[package]]
name = "time"
version = "0.1.44"
2020-07-08 18:26:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2020-07-08 18:26:00 +00:00
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi 0.3.9",
2020-07-08 18:26:00 +00:00
]
[[package]]
name = "tinyvec"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
[[package]]
name = "toml"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
dependencies = [
"serde",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "tracing"
version = "0.1.21"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27"
2020-08-27 10:32:41 +00:00
dependencies = [
"cfg-if 0.1.10",
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "tracing-attributes"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "tracing-core"
version = "0.1.17"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
2020-08-27 10:32:41 +00:00
dependencies = [
"lazy_static",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "tracing-futures"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
dependencies = [
"pin-project 0.4.27",
"tracing",
]
2020-10-04 20:04:27 +00:00
[[package]]
name = "ttf-parser"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
2020-10-04 20:04:27 +00:00
2020-08-27 10:32:41 +00:00
[[package]]
name = "typed-arena"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
2020-08-27 10:32:41 +00:00
2019-11-17 21:00:19 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2019-11-17 21:00:19 +00:00
dependencies = [
"matches",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "unicode-normalization"
version = "0.1.13"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
2019-11-17 21:00:19 +00:00
dependencies = [
"tinyvec",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "unicode-segmentation"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
2019-11-17 21:00:19 +00:00
[[package]]
name = "unicode-width"
version = "0.1.8"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2019-11-17 21:00:19 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2019-11-17 21:00:19 +00:00
[[package]]
name = "url"
version = "2.1.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
2019-11-17 21:00:19 +00:00
dependencies = [
"idna",
"matches",
"percent-encoding",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "vcpkg"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
2019-11-17 21:00:19 +00:00
[[package]]
name = "vec_map"
version = "0.8.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2019-11-17 21:00:19 +00:00
[[package]]
name = "version_check"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2019-11-17 21:00:19 +00:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2019-11-17 21:00:19 +00:00
[[package]]
name = "vswhom"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
dependencies = [
"libc",
"vswhom-sys",
]
[[package]]
name = "vswhom-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f5402d3d0e79a069714f7b48e3ecc60be7775a2c049cb839457457a239532"
dependencies = [
"cc",
"libc",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "walkdir"
version = "2.3.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
2019-11-17 21:00:19 +00:00
dependencies = [
"same-file",
"winapi 0.3.9",
"winapi-util",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasi"
2020-05-02 15:48:23 +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.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2019-11-17 21:00:19 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.68"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 0.1.10",
"wasm-bindgen-macro",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.68"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68"
2019-11-17 21:00:19 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.18"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 0.1.10",
"js-sys",
"wasm-bindgen",
"web-sys",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.68"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038"
2019-11-17 21:00:19 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.68"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe"
2019-11-17 21:00:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.68"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307"
2019-11-17 21:00:19 +00:00
[[package]]
name = "wasm-bindgen-test"
version = "0.3.18"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34d1cdc8b98a557f24733d50a1199c4b0635e465eecba9c45b214544da197f64"
2019-11-17 21:00:19 +00:00
dependencies = [
"console_error_panic_hook",
"js-sys",
"scoped-tls",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-bindgen-test-macro",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-test-macro"
version = "0.3.18"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8fb9c67be7439ee8ab1b7db502a49c05e51e2835b66796c705134d9b8e1a585"
2019-11-17 21:00:19 +00:00
dependencies = [
"proc-macro2",
"quote",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wayland-client"
version = "0.28.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80c54f9b90b2c044784f91fe22c5619a8a9c681db38492f2fd78ff968cf3f184"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags",
"downcast-rs",
"libc",
"nix 0.18.0",
"scoped-tls",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wayland-commons"
version = "0.28.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7602d75560fe6f02cac723609cce658042fe60541b5107999818d29d4dab7cfa"
2019-11-17 21:00:19 +00:00
dependencies = [
"nix 0.18.0",
"once_cell",
"smallvec 1.4.2",
"wayland-sys",
2020-10-04 20:04:27 +00:00
]
[[package]]
name = "wayland-cursor"
version = "0.28.1"
2020-10-04 20:04:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0446b959c5b5b4b2c11f63112fc7cbeb50ecd9f2c340d2b0ea632875685baf04"
2020-10-04 20:04:27 +00:00
dependencies = [
"nix 0.18.0",
"wayland-client",
"xcursor",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wayland-protocols"
version = "0.28.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d419585bbdb150fb541579cff205c6095a86cd874530e41838d1f18a9569a08"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags",
"wayland-client",
"wayland-commons",
"wayland-scanner",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wayland-scanner"
version = "0.28.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cc091af4b05a435312f7cefe3a26824d2017966a58362ca913f72c3d68e5e2"
2019-11-17 21:00:19 +00:00
dependencies = [
"proc-macro2",
"quote",
"xml-rs",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wayland-sys"
version = "0.28.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5640f53d1fe6eaaa2e77b9ff015fe9a556173ce8388607f941aecfd9b05c73e"
2019-11-17 21:00:19 +00:00
dependencies = [
"dlib",
"lazy_static",
"pkg-config",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "weak-table"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8f3bf74f2d43500dea6a8291b6ac943e3465ea9936b94bd017e61b7b21dd01"
2019-11-17 21:00:19 +00:00
[[package]]
name = "web-sys"
version = "0.3.45"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d"
2019-11-17 21:00:19 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "webbrowser"
version = "0.5.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecad156490d6b620308ed411cfee90d280b3cbd13e189ea0d3fada8acc89158a"
2019-11-17 21:00:19 +00:00
dependencies = [
"web-sys",
"widestring",
"winapi 0.3.9",
2019-11-17 21:00:19 +00:00
]
2020-09-22 01:30:27 +00:00
[[package]]
name = "weezl"
version = "0.1.1"
2020-09-22 01:30:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0e26e7a4d998e3d7949c69444b8b4916bac810da0d3a82ae612c89e952782f4"
2020-09-22 01:30:27 +00:00
[[package]]
name = "wgpu"
2020-08-27 10:32:41 +00:00
version = "0.6.0"
source = "git+https://github.com/gfx-rs/wgpu-rs?rev=e3eadca8c626beb9a1c25c359b0e20f6fdef00c4#e3eadca8c626beb9a1c25c359b0e20f6fdef00c4"
dependencies = [
"arrayvec",
"futures",
"gfx-backend-vulkan",
"js-sys",
"objc",
"parking_lot 0.11.0",
"raw-window-handle",
"serde",
"smallvec 1.4.2",
"tracing",
"typed-arena",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-core",
"wgpu-types",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "wgpu-core"
version = "0.6.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=7ac706f0a9d90ebdcffeae48e3c530b9921bff2c#7ac706f0a9d90ebdcffeae48e3c530b9921bff2c"
dependencies = [
"arrayvec",
"bitflags",
"cfg_aliases",
"copyless",
"fxhash",
"gfx-backend-dx11",
"gfx-backend-dx12",
"gfx-backend-empty",
"gfx-backend-metal",
"gfx-backend-vulkan",
"gfx-descriptor",
"gfx-hal",
"gfx-memory",
"naga",
"parking_lot 0.11.0",
"raw-window-handle",
"ron",
"serde",
"smallvec 1.4.2",
"thiserror",
"tracing",
"wgpu-types",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "wgpu-types"
version = "0.6.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=7ac706f0a9d90ebdcffeae48e3c530b9921bff2c#7ac706f0a9d90ebdcffeae48e3c530b9921bff2c"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags",
"serde",
2020-08-27 10:32:41 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "widestring"
version = "0.4.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
2019-11-17 21:00:19 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2019-11-17 21:00:19 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-11-17 21:00:19 +00:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2019-11-17 21:00:19 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-11-17 21:00:19 +00:00
[[package]]
name = "winapi-util"
2020-05-02 15:48:23 +00:00
version = "0.1.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2019-11-17 21:00:19 +00:00
dependencies = [
"winapi 0.3.9",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-11-17 21:00:19 +00:00
[[package]]
name = "winit"
2020-10-04 20:04:27 +00:00
version = "0.23.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5bc559da567d8aa671bbcd08304d49e982c7bf2cb91e10288b9188931c1b772"
dependencies = [
"bitflags",
"cocoa",
"core-foundation 0.9.1",
"core-graphics 0.22.1",
"core-video-sys",
"dispatch",
"instant",
"lazy_static",
"libc",
"log",
"mio",
"mio-extras",
"ndk",
"ndk-glue",
"ndk-sys",
"objc",
"parking_lot 0.11.0",
"percent-encoding",
"raw-window-handle",
"smithay-client-toolkit",
"wayland-client",
"winapi 0.3.9",
"x11-dl",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "winreg"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
dependencies = [
"winapi 0.3.9",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2019-11-17 21:00:19 +00:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "x11"
version = "2.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ecd092546cb16f25783a5451538e73afc8d32e242648d54f4ae5459ba1e773"
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "x11-clipboard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89bd49c06c9eb5d98e6ba6536cf64ac9f7ee3a009b2f53996d405b3944f6bcea"
dependencies = [
"xcb",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "x11-dl"
version = "2.18.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
2019-11-17 21:00:19 +00:00
dependencies = [
"lazy_static",
"libc",
"maybe-uninit",
"pkg-config",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "xcb"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e917a3f24142e9ff8be2414e36c649d47d6cc2ba81f16201cdef96e533e02de"
dependencies = [
"libc",
"log",
]
2020-10-04 20:04:27 +00:00
[[package]]
name = "xcursor"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3a481cfdefd35e1c50073ae33a8000d695c98039544659f5dc5dd71311b0d01"
2020-10-04 20:04:27 +00:00
dependencies = [
"nom",
2020-10-04 20:04:27 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "xdg"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
2019-11-17 21:00:19 +00:00
[[package]]
name = "xml-rs"
2020-05-02 15:48:23 +00:00
version = "0.8.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
2019-11-17 21:00:19 +00:00
[[package]]
name = "xz2"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c179869f34fc7c01830d3ce7ea2086bc3a07e0d35289b667d0a8bf910258926c"
2019-11-17 21:00:19 +00:00
dependencies = [
"lzma-sys",
]