2547 lines
60 KiB
Diff
2547 lines
60 KiB
Diff
From b0d7b8b348adba8131b12f99be7a9a30a1cca867 Mon Sep 17 00:00:00 2001
|
|
From: Maximilian Bosch <maximilian@mbosch.me>
|
|
Date: Thu, 30 Apr 2020 00:24:57 +0200
|
|
Subject: [PATCH] Add cargo.lock
|
|
|
|
---
|
|
Cargo.lock | 2527 ++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
1 file changed, 2527 insertions(+)
|
|
create mode 100644 Cargo.lock
|
|
|
|
diff --git a/Cargo.lock b/Cargo.lock
|
|
new file mode 100644
|
|
index 00000000..8ae15438
|
|
--- /dev/null
|
|
+++ b/Cargo.lock
|
|
@@ -0,0 +1,2527 @@
|
|
+# This file is automatically @generated by Cargo.
|
|
+# It is not intended for manual editing.
|
|
+[[package]]
|
|
+name = "add"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "adler32"
|
|
+version = "1.0.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
|
|
+
|
|
+[[package]]
|
|
+name = "aho-corasick"
|
|
+version = "0.7.10"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
|
|
+dependencies = [
|
|
+ "memchr",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "ansi_term"
|
|
+version = "0.11.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
+dependencies = [
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "anyhow"
|
|
+version = "1.0.28"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff"
|
|
+
|
|
+[[package]]
|
|
+name = "arrayref"
|
|
+version = "0.3.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
+
|
|
+[[package]]
|
|
+name = "arrayvec"
|
|
+version = "0.5.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
|
+
|
|
+[[package]]
|
|
+name = "ascii"
|
|
+version = "0.8.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "97be891acc47ca214468e09425d02cef3af2c94d0d82081cd02061f996802f14"
|
|
+
|
|
+[[package]]
|
|
+name = "askama"
|
|
+version = "0.7.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "eed81479263c8753e06f4981f5a313b3fe6cbff30c3ff8d9ae15ef0c72d93fb5"
|
|
+dependencies = [
|
|
+ "askama_derive",
|
|
+ "askama_shared",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "askama_derive"
|
|
+version = "0.7.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "46580c08e5520afadc6e9064759e15fc743489a4db78f9c751113e3d32a1e083"
|
|
+dependencies = [
|
|
+ "askama_shared",
|
|
+ "nom 4.2.3",
|
|
+ "proc-macro2 0.4.30",
|
|
+ "quote 0.6.13",
|
|
+ "syn 0.15.44",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "askama_shared"
|
|
+version = "0.7.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "64509fd5c2fa767fa7ea973b732c61f0b8d30d1adf084e5164523e51a5e35d71"
|
|
+dependencies = [
|
|
+ "num-traits 0.2.11",
|
|
+ "serde",
|
|
+ "serde_derive",
|
|
+ "toml 0.4.10",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "assert_cmd"
|
|
+version = "0.11.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2dc477793bd82ec39799b6f6b3df64938532fdf2ab0d49ef817eac65856a5a1e"
|
|
+dependencies = [
|
|
+ "escargot",
|
|
+ "predicates",
|
|
+ "predicates-core",
|
|
+ "predicates-tree",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "atty"
|
|
+version = "0.2.14"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
+dependencies = [
|
|
+ "hermit-abi",
|
|
+ "libc",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "autocfg"
|
|
+version = "0.1.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
|
+
|
|
+[[package]]
|
|
+name = "autocfg"
|
|
+version = "1.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
+
|
|
+[[package]]
|
|
+name = "base64"
|
|
+version = "0.9.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
|
+dependencies = [
|
|
+ "byteorder",
|
|
+ "safemem",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "base64"
|
|
+version = "0.11.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
|
+
|
|
+[[package]]
|
|
+name = "bitflags"
|
|
+version = "0.7.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
|
+
|
|
+[[package]]
|
|
+name = "bitflags"
|
|
+version = "1.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
+
|
|
+[[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",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "buf_redux"
|
|
+version = "0.8.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
|
|
+dependencies = [
|
|
+ "memchr",
|
|
+ "safemem",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "bumpalo"
|
|
+version = "3.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187"
|
|
+
|
|
+[[package]]
|
|
+name = "byteorder"
|
|
+version = "1.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
+
|
|
+[[package]]
|
|
+name = "canvas"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "js-sys",
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cc"
|
|
+version = "1.0.52"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"
|
|
+
|
|
+[[package]]
|
|
+name = "cfg-if"
|
|
+version = "0.1.10"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
+
|
|
+[[package]]
|
|
+name = "char"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "chrono"
|
|
+version = "0.4.11"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
|
|
+dependencies = [
|
|
+ "num-integer",
|
|
+ "num-traits 0.2.11",
|
|
+ "time",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "chunked_transfer"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "498d20a7aaf62625b9bf26e637cf7736417cde1d0c99f1d04d1170229a85cf87"
|
|
+
|
|
+[[package]]
|
|
+name = "clap"
|
|
+version = "2.33.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
|
+dependencies = [
|
|
+ "ansi_term",
|
|
+ "atty",
|
|
+ "bitflags 1.2.1",
|
|
+ "strsim 0.8.0",
|
|
+ "textwrap",
|
|
+ "unicode-width",
|
|
+ "vec_map",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "closures"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "js-sys",
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cloudabi"
|
|
+version = "0.0.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
+dependencies = [
|
|
+ "bitflags 1.2.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "color_quant"
|
|
+version = "1.0.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd"
|
|
+
|
|
+[[package]]
|
|
+name = "console_error_panic_hook"
|
|
+version = "0.1.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "wasm-bindgen",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "console_log"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "constant_time_eq"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
+
|
|
+[[package]]
|
|
+name = "crossbeam-deque"
|
|
+version = "0.7.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
|
|
+dependencies = [
|
|
+ "crossbeam-epoch",
|
|
+ "crossbeam-utils",
|
|
+ "maybe-uninit",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crossbeam-epoch"
|
|
+version = "0.8.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
|
|
+dependencies = [
|
|
+ "autocfg 1.0.0",
|
|
+ "cfg-if",
|
|
+ "crossbeam-utils",
|
|
+ "lazy_static",
|
|
+ "maybe-uninit",
|
|
+ "memoffset",
|
|
+ "scopeguard",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crossbeam-queue"
|
|
+version = "0.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "crossbeam-utils",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crossbeam-utils"
|
|
+version = "0.7.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
|
+dependencies = [
|
|
+ "autocfg 1.0.0",
|
|
+ "cfg-if",
|
|
+ "lazy_static",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "curl"
|
|
+version = "0.4.29"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "762e34611d2d5233a506a79072be944fddd057db2f18e04c0d6fa79e3fd466fd"
|
|
+dependencies = [
|
|
+ "curl-sys",
|
|
+ "libc",
|
|
+ "openssl-probe",
|
|
+ "openssl-sys",
|
|
+ "schannel",
|
|
+ "socket2",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "curl-sys"
|
|
+version = "0.4.31+curl-7.70.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "dcd62757cc4f5ab9404bc6ca9f0ae447e729a1403948ce5106bd588ceac6a3b0"
|
|
+dependencies = [
|
|
+ "cc",
|
|
+ "libc",
|
|
+ "libz-sys",
|
|
+ "openssl-sys",
|
|
+ "pkg-config",
|
|
+ "vcpkg",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "deflate"
|
|
+version = "0.7.20"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4"
|
|
+dependencies = [
|
|
+ "adler32",
|
|
+ "byteorder",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "diff"
|
|
+version = "0.1.12"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
|
+
|
|
+[[package]]
|
|
+name = "difference"
|
|
+version = "2.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
|
+
|
|
+[[package]]
|
|
+name = "dirs"
|
|
+version = "1.0.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+ "redox_users",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "docopt"
|
|
+version = "1.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7f525a586d310c87df72ebcd98009e57f1cc030c8c268305287a476beb653969"
|
|
+dependencies = [
|
|
+ "lazy_static",
|
|
+ "regex",
|
|
+ "serde",
|
|
+ "strsim 0.9.3",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "dom"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "either"
|
|
+version = "1.5.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
|
+
|
|
+[[package]]
|
|
+name = "enum_primitive"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
|
|
+dependencies = [
|
|
+ "num-traits 0.1.43",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "env_logger"
|
|
+version = "0.7.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
+dependencies = [
|
|
+ "atty",
|
|
+ "humantime",
|
|
+ "log 0.4.8",
|
|
+ "regex",
|
|
+ "termcolor",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "escargot"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ceb9adbf9874d5d028b5e4c5739d22b71988252b25c9c98fe7cf9738bee84597"
|
|
+dependencies = [
|
|
+ "lazy_static",
|
|
+ "log 0.4.8",
|
|
+ "serde",
|
|
+ "serde_json",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fetch"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "js-sys",
|
|
+ "serde",
|
|
+ "serde_derive",
|
|
+ "wasm-bindgen",
|
|
+ "wasm-bindgen-futures",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "filetime"
|
|
+version = "0.2.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f59efc38004c988e4201d11d263b8171f49a2e7ec0bdbb71773433f271504a5e"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "libc",
|
|
+ "redox_syscall",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "float-cmp"
|
|
+version = "0.6.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "da62c4f1b81918835a8c6a484a397775fff5953fe83529afd51b05f5c6a6617d"
|
|
+dependencies = [
|
|
+ "num-traits 0.2.11",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "foreign-types"
|
|
+version = "0.3.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
+dependencies = [
|
|
+ "foreign-types-shared",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "foreign-types-shared"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
+
|
|
+[[package]]
|
|
+name = "fuchsia-cprng"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
+
|
|
+[[package]]
|
|
+name = "futures"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5c329ae8753502fb44ae4fc2b622fa2a94652c41e795143765ba0927f92ab780"
|
|
+dependencies = [
|
|
+ "futures-channel",
|
|
+ "futures-core",
|
|
+ "futures-executor",
|
|
+ "futures-io",
|
|
+ "futures-sink",
|
|
+ "futures-task",
|
|
+ "futures-util",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "futures-channel"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8"
|
|
+dependencies = [
|
|
+ "futures-core",
|
|
+ "futures-sink",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "futures-channel-preview"
|
|
+version = "0.3.0-alpha.19"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d5e5f4df964fa9c1c2f8bddeb5c3611631cacd93baf810fc8bb2fb4b495c263a"
|
|
+dependencies = [
|
|
+ "futures-core-preview",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "futures-core"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a"
|
|
+
|
|
+[[package]]
|
|
+name = "futures-core-preview"
|
|
+version = "0.3.0-alpha.19"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b35b6263fb1ef523c3056565fa67b1d16f0a8604ff12b11b08c25f28a734c60a"
|
|
+
|
|
+[[package]]
|
|
+name = "futures-executor"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f674f3e1bcb15b37284a90cedf55afdba482ab061c407a9c0ebbd0f3109741ba"
|
|
+dependencies = [
|
|
+ "futures-core",
|
|
+ "futures-task",
|
|
+ "futures-util",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "futures-io"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6"
|
|
+
|
|
+[[package]]
|
|
+name = "futures-macro"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7"
|
|
+dependencies = [
|
|
+ "proc-macro-hack",
|
|
+ "proc-macro2 1.0.10",
|
|
+ "quote 1.0.3",
|
|
+ "syn 1.0.18",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "futures-sink"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6"
|
|
+
|
|
+[[package]]
|
|
+name = "futures-task"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27"
|
|
+
|
|
+[[package]]
|
|
+name = "futures-util"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5"
|
|
+dependencies = [
|
|
+ "futures-channel",
|
|
+ "futures-core",
|
|
+ "futures-io",
|
|
+ "futures-macro",
|
|
+ "futures-sink",
|
|
+ "futures-task",
|
|
+ "memchr",
|
|
+ "pin-utils",
|
|
+ "proc-macro-hack",
|
|
+ "proc-macro-nested",
|
|
+ "slab",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "getrandom"
|
|
+version = "0.1.14"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "libc",
|
|
+ "wasi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "gif"
|
|
+version = "0.9.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e2e41945ba23db3bf51b24756d73d81acb4f28d85c3dccc32c6fae904438c25f"
|
|
+dependencies = [
|
|
+ "color_quant",
|
|
+ "lzw",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "glob"
|
|
+version = "0.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
+
|
|
+[[package]]
|
|
+name = "guide-supported-types-examples"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "heck"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
|
+dependencies = [
|
|
+ "unicode-segmentation",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "hello_world"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "hermit-abi"
|
|
+version = "0.1.12"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "httparse"
|
|
+version = "1.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
|
+
|
|
+[[package]]
|
|
+name = "humantime"
|
|
+version = "1.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
+dependencies = [
|
|
+ "quick-error",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "id-arena"
|
|
+version = "2.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
|
|
+dependencies = [
|
|
+ "rayon",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "idna"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
|
+dependencies = [
|
|
+ "matches",
|
|
+ "unicode-bidi",
|
|
+ "unicode-normalization",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "image"
|
|
+version = "0.12.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d95816db758249fe16f23a4e23f1a3a817fe11892dbfd1c5836f625324702158"
|
|
+dependencies = [
|
|
+ "byteorder",
|
|
+ "enum_primitive",
|
|
+ "gif",
|
|
+ "jpeg-decoder",
|
|
+ "num-iter",
|
|
+ "num-rational",
|
|
+ "num-traits 0.1.43",
|
|
+ "png",
|
|
+ "scoped_threadpool",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "import_js"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "inflate"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e7e0062d2dc2f17d2f13750d95316ae8a2ff909af0fda957084f5defd87c43bb"
|
|
+
|
|
+[[package]]
|
|
+name = "itoa"
|
|
+version = "0.4.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
|
+
|
|
+[[package]]
|
|
+name = "jpeg-decoder"
|
|
+version = "0.1.19"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5b47b4c4e017b01abdc5bcc126d2d1002e5a75bbe3ce73f9f4f311a916363704"
|
|
+dependencies = [
|
|
+ "byteorder",
|
|
+ "rayon",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "js-sys"
|
|
+version = "0.3.38"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+ "wasm-bindgen-futures",
|
|
+ "wasm-bindgen-test",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "julia_set"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "lazy_static"
|
|
+version = "1.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
+
|
|
+[[package]]
|
|
+name = "leb128"
|
|
+version = "0.2.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"
|
|
+
|
|
+[[package]]
|
|
+name = "libc"
|
|
+version = "0.2.69"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
|
|
+
|
|
+[[package]]
|
|
+name = "libz-sys"
|
|
+version = "1.0.25"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
|
|
+dependencies = [
|
|
+ "cc",
|
|
+ "libc",
|
|
+ "pkg-config",
|
|
+ "vcpkg",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "log"
|
|
+version = "0.3.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
+dependencies = [
|
|
+ "log 0.4.8",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "log"
|
|
+version = "0.4.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "lzw"
|
|
+version = "0.10.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
|
|
+
|
|
+[[package]]
|
|
+name = "matches"
|
|
+version = "0.1.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
+
|
|
+[[package]]
|
|
+name = "maybe-uninit"
|
|
+version = "2.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
+
|
|
+[[package]]
|
|
+name = "memchr"
|
|
+version = "2.3.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
|
+
|
|
+[[package]]
|
|
+name = "memoffset"
|
|
+version = "0.5.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
|
|
+dependencies = [
|
|
+ "autocfg 1.0.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "mime"
|
|
+version = "0.2.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
|
+dependencies = [
|
|
+ "log 0.3.9",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "mime_guess"
|
|
+version = "1.8.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "216929a5ee4dd316b1702eedf5e74548c123d370f47841ceaac38ca154690ca3"
|
|
+dependencies = [
|
|
+ "mime",
|
|
+ "phf",
|
|
+ "phf_codegen",
|
|
+ "unicase",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "multipart"
|
|
+version = "0.15.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "adba94490a79baf2d6a23eac897157047008272fa3eecb3373ae6377b91eca28"
|
|
+dependencies = [
|
|
+ "buf_redux",
|
|
+ "httparse",
|
|
+ "log 0.4.8",
|
|
+ "mime",
|
|
+ "mime_guess",
|
|
+ "quick-error",
|
|
+ "rand 0.4.6",
|
|
+ "safemem",
|
|
+ "tempdir",
|
|
+ "twoway",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "no-std"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "nom"
|
|
+version = "4.2.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
|
+dependencies = [
|
|
+ "memchr",
|
|
+ "version_check 0.1.5",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "nom"
|
|
+version = "5.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6"
|
|
+dependencies = [
|
|
+ "memchr",
|
|
+ "version_check 0.9.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "normalize-line-endings"
|
|
+version = "0.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
|
+
|
|
+[[package]]
|
|
+name = "num-integer"
|
|
+version = "0.1.42"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
|
+dependencies = [
|
|
+ "autocfg 1.0.0",
|
|
+ "num-traits 0.2.11",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num-iter"
|
|
+version = "0.1.40"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "dfb0800a0291891dd9f4fe7bd9c19384f98f7fbe0cd0f39a2c6b88b9868bbc00"
|
|
+dependencies = [
|
|
+ "autocfg 1.0.0",
|
|
+ "num-integer",
|
|
+ "num-traits 0.2.11",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num-rational"
|
|
+version = "0.1.42"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e"
|
|
+dependencies = [
|
|
+ "num-integer",
|
|
+ "num-traits 0.2.11",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num-traits"
|
|
+version = "0.1.43"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
|
+dependencies = [
|
|
+ "num-traits 0.2.11",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num-traits"
|
|
+version = "0.2.11"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
|
+dependencies = [
|
|
+ "autocfg 1.0.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num_cpus"
|
|
+version = "1.13.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
+dependencies = [
|
|
+ "hermit-abi",
|
|
+ "libc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "openssl"
|
|
+version = "0.10.29"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cee6d85f4cb4c4f59a6a85d5b68a233d280c82e29e822913b9c8b129fbf20bdd"
|
|
+dependencies = [
|
|
+ "bitflags 1.2.1",
|
|
+ "cfg-if",
|
|
+ "foreign-types",
|
|
+ "lazy_static",
|
|
+ "libc",
|
|
+ "openssl-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "openssl-probe"
|
|
+version = "0.1.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|
+
|
|
+[[package]]
|
|
+name = "openssl-src"
|
|
+version = "111.9.0+1.1.1g"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a2dbe10ddd1eb335aba3780eb2eaa13e1b7b441d2562fd962398740927f39ec4"
|
|
+dependencies = [
|
|
+ "cc",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "openssl-sys"
|
|
+version = "0.9.55"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7717097d810a0f2e2323f9e5d11e71608355e24828410b55b9d4f18aa5f9a5d8"
|
|
+dependencies = [
|
|
+ "autocfg 1.0.0",
|
|
+ "cc",
|
|
+ "libc",
|
|
+ "openssl-src",
|
|
+ "pkg-config",
|
|
+ "vcpkg",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "percent-encoding"
|
|
+version = "1.0.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
+
|
|
+[[package]]
|
|
+name = "performance"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "humantime",
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "phf"
|
|
+version = "0.7.24"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
|
|
+dependencies = [
|
|
+ "phf_shared",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "phf_codegen"
|
|
+version = "0.7.24"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
|
|
+dependencies = [
|
|
+ "phf_generator",
|
|
+ "phf_shared",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "phf_generator"
|
|
+version = "0.7.24"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
|
|
+dependencies = [
|
|
+ "phf_shared",
|
|
+ "rand 0.6.5",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "phf_shared"
|
|
+version = "0.7.24"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
|
|
+dependencies = [
|
|
+ "siphasher",
|
|
+ "unicase",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "pin-utils"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
+
|
|
+[[package]]
|
|
+name = "pkg-config"
|
|
+version = "0.3.17"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
|
+
|
|
+[[package]]
|
|
+name = "png"
|
|
+version = "0.6.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3cb773e9a557edb568ce9935cf783e3cdcabe06a9449d41b3e5506d88e582c82"
|
|
+dependencies = [
|
|
+ "bitflags 0.7.0",
|
|
+ "deflate",
|
|
+ "inflate",
|
|
+ "num-iter",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "ppv-lite86"
|
|
+version = "0.2.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
|
+
|
|
+[[package]]
|
|
+name = "predicates"
|
|
+version = "1.0.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "347a1b6f0b21e636bc9872fb60b83b8e185f6f5516298b8238699f7f9a531030"
|
|
+dependencies = [
|
|
+ "difference",
|
|
+ "float-cmp",
|
|
+ "normalize-line-endings",
|
|
+ "predicates-core",
|
|
+ "regex",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "predicates-core"
|
|
+version = "1.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"
|
|
+
|
|
+[[package]]
|
|
+name = "predicates-tree"
|
|
+version = "1.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
|
|
+dependencies = [
|
|
+ "predicates-core",
|
|
+ "treeline",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "proc-macro-error"
|
|
+version = "1.0.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "98e9e4b82e0ef281812565ea4751049f1bdcdfccda7d3f459f2e138a40c08678"
|
|
+dependencies = [
|
|
+ "proc-macro-error-attr",
|
|
+ "proc-macro2 1.0.10",
|
|
+ "quote 1.0.3",
|
|
+ "syn 1.0.18",
|
|
+ "version_check 0.9.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "proc-macro-error-attr"
|
|
+version = "1.0.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4f5444ead4e9935abd7f27dc51f7e852a0569ac888096d5ec2499470794e2e53"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.10",
|
|
+ "quote 1.0.3",
|
|
+ "syn 1.0.18",
|
|
+ "syn-mid",
|
|
+ "version_check 0.9.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "proc-macro-hack"
|
|
+version = "0.5.15"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63"
|
|
+
|
|
+[[package]]
|
|
+name = "proc-macro-nested"
|
|
+version = "0.1.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694"
|
|
+
|
|
+[[package]]
|
|
+name = "proc-macro2"
|
|
+version = "0.4.30"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
|
+dependencies = [
|
|
+ "unicode-xid 0.1.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "proc-macro2"
|
|
+version = "1.0.10"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3"
|
|
+dependencies = [
|
|
+ "unicode-xid 0.2.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "quick-error"
|
|
+version = "1.2.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
+
|
|
+[[package]]
|
|
+name = "quote"
|
|
+version = "0.6.13"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
+dependencies = [
|
|
+ "proc-macro2 0.4.30",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "quote"
|
|
+version = "1.0.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.10",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand"
|
|
+version = "0.4.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
+dependencies = [
|
|
+ "fuchsia-cprng",
|
|
+ "libc",
|
|
+ "rand_core 0.3.1",
|
|
+ "rdrand",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand"
|
|
+version = "0.5.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
|
|
+dependencies = [
|
|
+ "cloudabi",
|
|
+ "fuchsia-cprng",
|
|
+ "libc",
|
|
+ "rand_core 0.3.1",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand"
|
|
+version = "0.6.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
|
+dependencies = [
|
|
+ "autocfg 0.1.7",
|
|
+ "libc",
|
|
+ "rand_chacha 0.1.1",
|
|
+ "rand_core 0.4.2",
|
|
+ "rand_hc 0.1.0",
|
|
+ "rand_isaac",
|
|
+ "rand_jitter",
|
|
+ "rand_os",
|
|
+ "rand_pcg",
|
|
+ "rand_xorshift",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand"
|
|
+version = "0.7.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
+dependencies = [
|
|
+ "getrandom",
|
|
+ "libc",
|
|
+ "rand_chacha 0.2.2",
|
|
+ "rand_core 0.5.1",
|
|
+ "rand_hc 0.2.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_chacha"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
|
+dependencies = [
|
|
+ "autocfg 0.1.7",
|
|
+ "rand_core 0.3.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_chacha"
|
|
+version = "0.2.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
+dependencies = [
|
|
+ "ppv-lite86",
|
|
+ "rand_core 0.5.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_core"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
+dependencies = [
|
|
+ "rand_core 0.4.2",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_core"
|
|
+version = "0.4.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
+
|
|
+[[package]]
|
|
+name = "rand_core"
|
|
+version = "0.5.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
+dependencies = [
|
|
+ "getrandom",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_hc"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
|
+dependencies = [
|
|
+ "rand_core 0.3.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_hc"
|
|
+version = "0.2.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
+dependencies = [
|
|
+ "rand_core 0.5.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_isaac"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
|
+dependencies = [
|
|
+ "rand_core 0.3.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_jitter"
|
|
+version = "0.1.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+ "rand_core 0.4.2",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_os"
|
|
+version = "0.1.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
|
+dependencies = [
|
|
+ "cloudabi",
|
|
+ "fuchsia-cprng",
|
|
+ "libc",
|
|
+ "rand_core 0.4.2",
|
|
+ "rdrand",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_pcg"
|
|
+version = "0.1.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
|
+dependencies = [
|
|
+ "autocfg 0.1.7",
|
|
+ "rand_core 0.4.2",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_xorshift"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
|
+dependencies = [
|
|
+ "rand_core 0.3.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rayon"
|
|
+version = "1.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
|
|
+dependencies = [
|
|
+ "crossbeam-deque",
|
|
+ "either",
|
|
+ "rayon-core",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rayon-core"
|
|
+version = "1.7.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
|
|
+dependencies = [
|
|
+ "crossbeam-deque",
|
|
+ "crossbeam-queue",
|
|
+ "crossbeam-utils",
|
|
+ "lazy_static",
|
|
+ "num_cpus",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "raytrace-parallel"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "console_error_panic_hook",
|
|
+ "futures-channel-preview",
|
|
+ "js-sys",
|
|
+ "rayon",
|
|
+ "rayon-core",
|
|
+ "raytracer",
|
|
+ "wasm-bindgen",
|
|
+ "wasm-bindgen-futures",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "raytracer"
|
|
+version = "0.1.0"
|
|
+source = "git+https://github.com/alexcrichton/raytracer?branch=update-deps#42faa13859f7d8d47fd18be785c108003a207786"
|
|
+dependencies = [
|
|
+ "image",
|
|
+ "serde",
|
|
+ "serde_derive",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rdrand"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
+dependencies = [
|
|
+ "rand_core 0.3.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "redox_syscall"
|
|
+version = "0.1.56"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
|
+
|
|
+[[package]]
|
|
+name = "redox_users"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
|
|
+dependencies = [
|
|
+ "getrandom",
|
|
+ "redox_syscall",
|
|
+ "rust-argon2",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "regex"
|
|
+version = "1.3.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692"
|
|
+dependencies = [
|
|
+ "aho-corasick",
|
|
+ "memchr",
|
|
+ "regex-syntax",
|
|
+ "thread_local",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "regex-syntax"
|
|
+version = "0.6.17"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
|
|
+
|
|
+[[package]]
|
|
+name = "remove_dir_all"
|
|
+version = "0.5.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
|
+dependencies = [
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "request-animation-frame"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rouille"
|
|
+version = "3.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "112568052ec17fa26c6c11c40acbb30d3ad244bf3d6da0be181f5e7e42e5004f"
|
|
+dependencies = [
|
|
+ "base64 0.9.3",
|
|
+ "chrono",
|
|
+ "filetime",
|
|
+ "multipart",
|
|
+ "num_cpus",
|
|
+ "rand 0.5.6",
|
|
+ "serde",
|
|
+ "serde_derive",
|
|
+ "serde_json",
|
|
+ "sha1",
|
|
+ "term",
|
|
+ "threadpool",
|
|
+ "time",
|
|
+ "tiny_http",
|
|
+ "url",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rust-argon2"
|
|
+version = "0.7.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
|
|
+dependencies = [
|
|
+ "base64 0.11.0",
|
|
+ "blake2b_simd",
|
|
+ "constant_time_eq",
|
|
+ "crossbeam-utils",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rust-duck-typed-interfaces"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rustc-demangle"
|
|
+version = "0.1.16"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
|
+
|
|
+[[package]]
|
|
+name = "ryu"
|
|
+version = "1.0.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1"
|
|
+
|
|
+[[package]]
|
|
+name = "safemem"
|
|
+version = "0.3.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
+
|
|
+[[package]]
|
|
+name = "sample"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "js-sys",
|
|
+ "wasm-bindgen",
|
|
+ "wasm-bindgen-futures",
|
|
+ "wasm-bindgen-test",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "schannel"
|
|
+version = "0.1.18"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "039c25b130bd8c1321ee2d7de7fde2659fa9c2744e4bb29711cfc852ea53cd19"
|
|
+dependencies = [
|
|
+ "lazy_static",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "scoped-tls"
|
|
+version = "1.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
+
|
|
+[[package]]
|
|
+name = "scoped_threadpool"
|
|
+version = "0.1.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
|
+
|
|
+[[package]]
|
|
+name = "scopeguard"
|
|
+version = "1.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
+
|
|
+[[package]]
|
|
+name = "serde"
|
|
+version = "1.0.106"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399"
|
|
+dependencies = [
|
|
+ "serde_derive",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "serde_derive"
|
|
+version = "1.0.106"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.10",
|
|
+ "quote 1.0.3",
|
|
+ "syn 1.0.18",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "serde_json"
|
|
+version = "1.0.52"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a7894c8ed05b7a3a279aeb79025fdec1d3158080b75b98a08faf2806bb799edd"
|
|
+dependencies = [
|
|
+ "itoa",
|
|
+ "ryu",
|
|
+ "serde",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "sha1"
|
|
+version = "0.6.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
+
|
|
+[[package]]
|
|
+name = "siphasher"
|
|
+version = "0.2.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
|
|
+
|
|
+[[package]]
|
|
+name = "slab"
|
|
+version = "0.4.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
+
|
|
+[[package]]
|
|
+name = "smallvec"
|
|
+version = "1.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
|
|
+
|
|
+[[package]]
|
|
+name = "socket2"
|
|
+version = "0.3.12"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "libc",
|
|
+ "redox_syscall",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "sourcefile"
|
|
+version = "0.1.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3"
|
|
+
|
|
+[[package]]
|
|
+name = "strsim"
|
|
+version = "0.8.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
+
|
|
+[[package]]
|
|
+name = "strsim"
|
|
+version = "0.9.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
|
+
|
|
+[[package]]
|
|
+name = "structopt"
|
|
+version = "0.3.14"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "863246aaf5ddd0d6928dfeb1a9ca65f505599e4e1b399935ef7e75107516b4ef"
|
|
+dependencies = [
|
|
+ "clap",
|
|
+ "lazy_static",
|
|
+ "structopt-derive",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "structopt-derive"
|
|
+version = "0.4.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d239ca4b13aee7a2142e6795cbd69e457665ff8037aed33b3effdc430d2f927a"
|
|
+dependencies = [
|
|
+ "heck",
|
|
+ "proc-macro-error",
|
|
+ "proc-macro2 1.0.10",
|
|
+ "quote 1.0.3",
|
|
+ "syn 1.0.18",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "syn"
|
|
+version = "0.15.44"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
|
+dependencies = [
|
|
+ "proc-macro2 0.4.30",
|
|
+ "quote 0.6.13",
|
|
+ "unicode-xid 0.1.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "syn"
|
|
+version = "1.0.18"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "410a7488c0a728c7ceb4ad59b9567eb4053d02e8cc7f5c0e0eeeb39518369213"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.10",
|
|
+ "quote 1.0.3",
|
|
+ "unicode-xid 0.2.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "syn-mid"
|
|
+version = "0.5.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.10",
|
|
+ "quote 1.0.3",
|
|
+ "syn 1.0.18",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tempdir"
|
|
+version = "0.3.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
|
+dependencies = [
|
|
+ "rand 0.4.6",
|
|
+ "remove_dir_all",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tempfile"
|
|
+version = "3.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "libc",
|
|
+ "rand 0.7.3",
|
|
+ "redox_syscall",
|
|
+ "remove_dir_all",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "term"
|
|
+version = "0.5.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
|
|
+dependencies = [
|
|
+ "byteorder",
|
|
+ "dirs",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "termcolor"
|
|
+version = "1.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
|
+dependencies = [
|
|
+ "winapi-util",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "textwrap"
|
|
+version = "0.11.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
+dependencies = [
|
|
+ "unicode-width",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "thread_local"
|
|
+version = "1.0.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
|
+dependencies = [
|
|
+ "lazy_static",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "threadpool"
|
|
+version = "1.8.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e8dae184447c15d5a6916d973c642aec485105a13cd238192a6927ae3e077d66"
|
|
+dependencies = [
|
|
+ "num_cpus",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "time"
|
|
+version = "0.1.43"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
+dependencies = [
|
|
+ "libc",
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "tiny_http"
|
|
+version = "0.6.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1661fa0a44c95d01604bd05c66732a446c657efb62b5164a7a083a3b552b4951"
|
|
+dependencies = [
|
|
+ "ascii",
|
|
+ "chrono",
|
|
+ "chunked_transfer",
|
|
+ "log 0.4.8",
|
|
+ "url",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "todomvc"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "askama",
|
|
+ "console_error_panic_hook",
|
|
+ "js-sys",
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "toml"
|
|
+version = "0.4.10"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
|
|
+dependencies = [
|
|
+ "serde",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "toml"
|
|
+version = "0.5.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
|
|
+dependencies = [
|
|
+ "serde",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "treeline"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
|
|
+
|
|
+[[package]]
|
|
+name = "trybuild"
|
|
+version = "1.0.26"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4e5696e4fd793743fbcc29943fe965ea3993b6c3d2a6a3a35c6680d926fd3a49"
|
|
+dependencies = [
|
|
+ "glob",
|
|
+ "lazy_static",
|
|
+ "serde",
|
|
+ "serde_json",
|
|
+ "termcolor",
|
|
+ "toml 0.5.6",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "twoway"
|
|
+version = "0.1.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
|
|
+dependencies = [
|
|
+ "memchr",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "typescript-tests"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "js-sys",
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "unicase"
|
|
+version = "1.4.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
|
+dependencies = [
|
|
+ "version_check 0.1.5",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "unicode-bidi"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
+dependencies = [
|
|
+ "matches",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "unicode-normalization"
|
|
+version = "0.1.12"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
|
|
+dependencies = [
|
|
+ "smallvec",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "unicode-segmentation"
|
|
+version = "1.6.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
|
+
|
|
+[[package]]
|
|
+name = "unicode-width"
|
|
+version = "0.1.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
|
+
|
|
+[[package]]
|
|
+name = "unicode-xid"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
+
|
|
+[[package]]
|
|
+name = "unicode-xid"
|
|
+version = "0.2.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
|
+
|
|
+[[package]]
|
|
+name = "url"
|
|
+version = "1.7.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
|
+dependencies = [
|
|
+ "idna",
|
|
+ "matches",
|
|
+ "percent-encoding",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "vcpkg"
|
|
+version = "0.2.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
|
|
+
|
|
+[[package]]
|
|
+name = "vec_map"
|
|
+version = "0.8.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
|
+
|
|
+[[package]]
|
|
+name = "version_check"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
+
|
|
+[[package]]
|
|
+name = "version_check"
|
|
+version = "0.9.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
|
|
+
|
|
+[[package]]
|
|
+name = "walrus"
|
|
+version = "0.14.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "4d96e9ec3f81fdb3210b12b2b1e9e39369c8050a3a28e692e5247e3ab5196410"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "id-arena",
|
|
+ "leb128",
|
|
+ "log 0.4.8",
|
|
+ "rayon",
|
|
+ "walrus-macro",
|
|
+ "wasmparser 0.42.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "walrus-macro"
|
|
+version = "0.14.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2bc16925d405153a91e01cdac2a5549aa25ca9148b5176e25e601f6536344d94"
|
|
+dependencies = [
|
|
+ "heck",
|
|
+ "proc-macro2 1.0.10",
|
|
+ "quote 1.0.3",
|
|
+ "syn 1.0.18",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasi"
|
|
+version = "0.9.0+wasi-snapshot-preview1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen"
|
|
+version = "0.2.61"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "js-sys",
|
|
+ "serde",
|
|
+ "serde_derive",
|
|
+ "serde_json",
|
|
+ "wasm-bindgen-futures",
|
|
+ "wasm-bindgen-macro",
|
|
+ "wasm-bindgen-test",
|
|
+ "wasm-bindgen-test-crate-a",
|
|
+ "wasm-bindgen-test-crate-b",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-anyref-xform"
|
|
+version = "0.2.61"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "rayon",
|
|
+ "walrus",
|
|
+ "wasmprinter",
|
|
+ "wast 3.0.4",
|
|
+ "wat",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-backend"
|
|
+version = "0.2.61"
|
|
+dependencies = [
|
|
+ "bumpalo",
|
|
+ "lazy_static",
|
|
+ "log 0.4.8",
|
|
+ "proc-macro2 1.0.10",
|
|
+ "quote 1.0.3",
|
|
+ "syn 1.0.18",
|
|
+ "wasm-bindgen-shared",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-benchmark"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-cli"
|
|
+version = "0.2.61"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "assert_cmd",
|
|
+ "curl",
|
|
+ "diff",
|
|
+ "docopt",
|
|
+ "env_logger",
|
|
+ "log 0.4.8",
|
|
+ "openssl",
|
|
+ "predicates",
|
|
+ "rayon",
|
|
+ "rouille",
|
|
+ "serde",
|
|
+ "serde_derive",
|
|
+ "serde_json",
|
|
+ "tempfile",
|
|
+ "walrus",
|
|
+ "wasm-bindgen-cli-support",
|
|
+ "wasm-bindgen-shared",
|
|
+ "wit-printer",
|
|
+ "wit-text",
|
|
+ "wit-validator",
|
|
+ "wit-walrus",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-cli-support"
|
|
+version = "0.2.61"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "base64 0.9.3",
|
|
+ "log 0.4.8",
|
|
+ "rustc-demangle",
|
|
+ "serde_json",
|
|
+ "tempfile",
|
|
+ "walrus",
|
|
+ "wasm-bindgen-anyref-xform",
|
|
+ "wasm-bindgen-multi-value-xform",
|
|
+ "wasm-bindgen-shared",
|
|
+ "wasm-bindgen-threads-xform",
|
|
+ "wasm-bindgen-wasm-conventions",
|
|
+ "wasm-bindgen-wasm-interpreter",
|
|
+ "wit-text",
|
|
+ "wit-validator",
|
|
+ "wit-walrus",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-futures"
|
|
+version = "0.4.11"
|
|
+dependencies = [
|
|
+ "cfg-if",
|
|
+ "futures-channel-preview",
|
|
+ "js-sys",
|
|
+ "wasm-bindgen",
|
|
+ "wasm-bindgen-test",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-macro"
|
|
+version = "0.2.61"
|
|
+dependencies = [
|
|
+ "quote 1.0.3",
|
|
+ "trybuild",
|
|
+ "wasm-bindgen",
|
|
+ "wasm-bindgen-futures",
|
|
+ "wasm-bindgen-macro-support",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-macro-support"
|
|
+version = "0.2.61"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.10",
|
|
+ "quote 1.0.3",
|
|
+ "syn 1.0.18",
|
|
+ "wasm-bindgen-backend",
|
|
+ "wasm-bindgen-shared",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-multi-value-xform"
|
|
+version = "0.2.61"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "rayon",
|
|
+ "walrus",
|
|
+ "wasmprinter",
|
|
+ "wast 3.0.4",
|
|
+ "wat",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-paint"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "js-sys",
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-shared"
|
|
+version = "0.2.61"
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-test"
|
|
+version = "0.3.11"
|
|
+dependencies = [
|
|
+ "console_error_panic_hook",
|
|
+ "js-sys",
|
|
+ "scoped-tls",
|
|
+ "wasm-bindgen",
|
|
+ "wasm-bindgen-futures",
|
|
+ "wasm-bindgen-test-macro",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-test-crate-a"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-test-crate-b"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-test-macro"
|
|
+version = "0.3.11"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.10",
|
|
+ "quote 1.0.3",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-threads-xform"
|
|
+version = "0.2.61"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "walrus",
|
|
+ "wasm-bindgen-wasm-conventions",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-wasm-conventions"
|
|
+version = "0.2.61"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "walrus",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-wasm-interpreter"
|
|
+version = "0.2.61"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "log 0.4.8",
|
|
+ "tempfile",
|
|
+ "walrus",
|
|
+ "wat",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-bindgen-webidl"
|
|
+version = "0.2.61"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "env_logger",
|
|
+ "heck",
|
|
+ "lazy_static",
|
|
+ "log 0.4.8",
|
|
+ "proc-macro2 1.0.10",
|
|
+ "quote 1.0.3",
|
|
+ "sourcefile",
|
|
+ "structopt",
|
|
+ "syn 1.0.18",
|
|
+ "wasm-bindgen-backend",
|
|
+ "weedle",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-in-wasm"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "js-sys",
|
|
+ "wasm-bindgen",
|
|
+ "wasm-bindgen-futures",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm2js"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmparser"
|
|
+version = "0.42.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "1527c84a5bd585215f29c06b0e2a5274e478ad4dfc970d26ffad66fdc6cb311d"
|
|
+
|
|
+[[package]]
|
|
+name = "wasmparser"
|
|
+version = "0.51.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "aeb1956b19469d1c5e63e459d29e7b5aa0f558d9f16fcef09736f8a265e6c10a"
|
|
+
|
|
+[[package]]
|
|
+name = "wasmprinter"
|
|
+version = "0.2.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8bd423d45b95fcee11775472bfdce66c63c45ada23c1b338e0a63d623a6c475b"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "wasmparser 0.51.4",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wast"
|
|
+version = "3.0.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "233648f540f07fce9b972436f2fbcae8a750c1121b6d32d949e1a44b4d9fc7b1"
|
|
+dependencies = [
|
|
+ "leb128",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wast"
|
|
+version = "14.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "47b11c94c63d5365a76ea287f8e6e5b6050233fae4b2423aea2a1e126a385e17"
|
|
+dependencies = [
|
|
+ "leb128",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wat"
|
|
+version = "1.0.15"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "03db18bc33cff3859c296efbefdcc00763a644539feeadca3415a1cee8a2835d"
|
|
+dependencies = [
|
|
+ "wast 14.0.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "web-sys"
|
|
+version = "0.3.38"
|
|
+dependencies = [
|
|
+ "js-sys",
|
|
+ "wasm-bindgen",
|
|
+ "wasm-bindgen-futures",
|
|
+ "wasm-bindgen-test",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "webaudio"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "webgl"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "js-sys",
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "webidl-tests"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "js-sys",
|
|
+ "wasm-bindgen",
|
|
+ "wasm-bindgen-test",
|
|
+ "wasm-bindgen-webidl",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "websockets"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "js-sys",
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "webxr"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "futures",
|
|
+ "js-sys",
|
|
+ "serde",
|
|
+ "serde_derive",
|
|
+ "wasm-bindgen",
|
|
+ "wasm-bindgen-futures",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "weedle"
|
|
+version = "0.11.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8a7d4f9feb723a800d8f7b74edc9fa44ff35cb0b2ec64886714362f423427f37"
|
|
+dependencies = [
|
|
+ "nom 5.1.1",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "winapi"
|
|
+version = "0.3.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
|
+dependencies = [
|
|
+ "winapi-i686-pc-windows-gnu",
|
|
+ "winapi-x86_64-pc-windows-gnu",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "winapi-i686-pc-windows-gnu"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
+
|
|
+[[package]]
|
|
+name = "winapi-util"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
+dependencies = [
|
|
+ "winapi",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "winapi-x86_64-pc-windows-gnu"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
+
|
|
+[[package]]
|
|
+name = "wit-parser"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "29a378ab795034efe2c4a6c8a388a2d9b31d360ad441c0bc9859b3d4d37e62a3"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "leb128",
|
|
+ "wit-schema-version",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wit-printer"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8c76e17384f4feb766d109a42c309b78de75ea2b3745f663ac3f5f331633f77f"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "wasmprinter",
|
|
+ "wit-parser",
|
|
+ "wit-schema-version",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wit-schema-version"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "bfee4a6a4716eefa0682e7a3b836152e894a3e4f34a9d6c2c3e1c94429bfe36a"
|
|
+
|
|
+[[package]]
|
|
+name = "wit-text"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2aa19a002c984e25356af8938a8f4b7f0c9fe3963498e7ae1f90d64da9e563f5"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "wast 3.0.4",
|
|
+ "wit-writer",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wit-validator"
|
|
+version = "0.1.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "2454229f760a433842db154c9bb54da896fdf2352b1d63261f617bcdf20be0bd"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "wasmparser 0.51.4",
|
|
+ "wit-parser",
|
|
+ "wit-schema-version",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wit-walrus"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "8e14fbb9453201558c582d227c2b75df5c050409f467e8c220fcd57dc369280a"
|
|
+dependencies = [
|
|
+ "anyhow",
|
|
+ "id-arena",
|
|
+ "walrus",
|
|
+ "wit-parser",
|
|
+ "wit-schema-version",
|
|
+ "wit-writer",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wit-writer"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+checksum = "ebeb128df9e103e61f8ddd8a190259f3c48b73fe86a5932f40f4de526ef357e8"
|
|
+dependencies = [
|
|
+ "leb128",
|
|
+ "wit-schema-version",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "without-a-bundler"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "without-a-bundler-no-modules"
|
|
+version = "0.1.0"
|
|
+dependencies = [
|
|
+ "wasm-bindgen",
|
|
+ "web-sys",
|
|
+]
|
|
--
|
|
2.25.4
|
|
|