2020-09-03 14:45:38 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-09-25 19:47:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "1.0.2"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-09-25 19:47:11 +00:00
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "1.0.38"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
|
2020-09-03 14:45:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anymap"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
|
|
|
|
|
2020-09-29 16:47:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "0.5.2"
|
2020-09-29 16:47:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-09-29 16:47:33 +00:00
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
2020-09-25 19:47:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "0.13.0"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-09-25 19:47:11 +00:00
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "1.3.2"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "d175dfa69e619905c4c3cdb7c3c203fa3bdd5d51184e3afdb2742c0280493772"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-09-25 19:47:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "boolinator"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfa8873f51c92e232f9bac4065cddef41b714152812bfc5f7672ba16d6ef8cd9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "3.6.1"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
|
2020-09-03 14:45:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "1.3.4"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
2020-09-03 14:45:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "1.0.1"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
2020-09-03 14:45:38 +00:00
|
|
|
|
2020-09-25 19:47:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "1.0.67"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
2020-09-25 19:47:11 +00:00
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
2021-01-18 13:06:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
2020-09-03 16:40:42 +00:00
|
|
|
name = "cfg-match"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8100e46ff92eb85bf6dc2930c73f2a4f7176393c84a9446b3d501e1b354e7b34"
|
|
|
|
|
2020-09-25 19:47:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "0.4.19"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2020-09-25 19:47:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-09-03 16:40:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console_error_panic_hook"
|
|
|
|
version = "0.1.6"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-03 16:40:42 +00:00
|
|
|
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
|
|
|
|
dependencies = [
|
2021-01-18 13:06:26 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-09-03 16:40:42 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2020-09-03 14:45:38 +00:00
|
|
|
|
2020-09-25 19:47:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "1.2.1"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
2020-09-25 19:47:11 +00:00
|
|
|
dependencies = [
|
2021-01-22 13:33:47 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-25 19:47:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "1.0.20"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
|
2020-09-25 19:47:11 +00:00
|
|
|
dependencies = [
|
2021-01-22 13:33:47 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-25 19:47:11 +00:00
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2020-09-03 16:40:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gloo"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68ce6f2dfa9f57f15b848efa2aade5e1850dc72986b87a2b0752d44ca08f4967"
|
|
|
|
dependencies = [
|
|
|
|
"gloo-console-timer",
|
|
|
|
"gloo-events",
|
|
|
|
"gloo-file",
|
|
|
|
"gloo-timers",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gloo-console-timer"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b48675544b29ac03402c6dffc31a912f716e38d19f7e74b78b7e900ec3c941ea"
|
|
|
|
dependencies = [
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gloo-events"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "088514ec8ef284891c762c88a66b639b3a730134714692ee31829765c5bc814f"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gloo-file"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f9fecfe46b5dc3cc46f58e98ba580cc714f2c93860796d002eb3527a465ef49"
|
|
|
|
dependencies = [
|
|
|
|
"gloo-events",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "0.9.1"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
2020-09-03 14:45:38 +00:00
|
|
|
|
2020-09-13 05:53:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "0.3.2"
|
2020-09-13 05:53:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
|
2020-09-13 05:53:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "0.2.3"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2020-09-13 16:16:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "id_tree"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8233bef841ffcb4766af63c917b09c786430cfcfbaf41bffeae57d53284ddd00"
|
|
|
|
dependencies = [
|
|
|
|
"snowflake",
|
|
|
|
]
|
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "1.6.1"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "0.4.7"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2020-09-03 14:45:38 +00:00
|
|
|
|
2020-09-03 16:40:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "0.3.48"
|
2020-09-03 16:40:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78"
|
2020-09-03 16:40:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2020-09-25 19:47:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2020-09-29 16:47:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "0.7.5"
|
2020-09-29 16:47:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "21f866863575d0e1d654fbeeabdc927292fdf862873dc3c96c6f753357e13374"
|
2020-09-29 16:47:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
2021-02-27 12:56:49 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-29 16:47:33 +00:00
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2020-09-25 19:47:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "0.2.86"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
|
2020-09-25 19:47:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "line-wrap"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
|
|
|
dependencies = [
|
|
|
|
"safemem",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "0.5.4"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
2020-09-25 19:47:11 +00:00
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "0.4.14"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
2021-02-27 12:56:49 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-03 14:45:38 +00:00
|
|
|
]
|
|
|
|
|
2020-09-03 16:40:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "2.3.4"
|
2020-09-03 16:40:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
2020-09-03 16:40:42 +00:00
|
|
|
|
2020-09-25 19:47:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "0.4.4"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
2020-09-25 19:47:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-09-29 16:47:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-09-25 19:47:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "0.1.44"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-09-25 19:47:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "0.2.14"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-09-25 19:47:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "6.1.1"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "30b46fd9edbc018f0be4e366c24c46db44fac49cd01c039ae85308088b089dd5"
|
2020-09-25 19:47:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"onig_sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig_sys"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "69.6.0"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "ed063c96cf4c0f2e5d09324409d158b38a0a85a7b90fbd68c8cad75c495d5775"
|
2020-09-25 19:47:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "0.3.19"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
2020-09-25 19:47:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plist"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "1.1.0"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "679104537029ed2287c216bfb942bbf723f48ee98f0aef15611634173a74ef21"
|
2020-09-25 19:47:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"chrono",
|
|
|
|
"indexmap",
|
|
|
|
"line-wrap",
|
|
|
|
"serde",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-01-18 13:06:26 +00:00
|
|
|
version = "1.0.24"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-18 13:06:26 +00:00
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "1.0.9"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2020-09-13 05:53:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "1.4.3"
|
2020-09-13 05:53:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
|
2020-09-13 05:53:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "0.6.22"
|
2020-09-13 05:53:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
|
2020-09-13 05:53:12 +00:00
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
|
2020-09-25 19:47:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "1.0.123"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "1.0.123"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "1.0.63"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "43535db9747a4ba938c0ce0a98cc631a46ebf943c9e1d604e091df6007620bf6"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
|
2020-09-13 16:16:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "snowflake"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "27207bb65232eda1f588cf46db2fee75c0808d557f6b3cf19a75f5d6d7c94df1"
|
|
|
|
|
2020-09-29 16:47:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "1.0.60"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2020-09-25 19:47:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syntect"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "4.5.0"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "2bfac2b23b4d049dc9a89353b4e06bbc85a8f42020cccbe5409a115cf19031e5"
|
2020-09-25 19:47:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"bitflags",
|
|
|
|
"flate2",
|
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"onig",
|
|
|
|
"plist",
|
|
|
|
"regex-syntax",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"walkdir",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "1.0.24"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "1.0.24"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-09-13 05:53:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "1.7.1"
|
2020-09-13 05:53:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
2020-09-13 05:53:12 +00:00
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
|
|
|
|
2020-09-29 16:47:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
|
|
|
|
2020-09-25 19:47:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "0.2.71"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "7ee1280240b7c461d6a0071313e08f34a60b0365f14260362e5a2b17d1d31aa7"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
2021-01-22 13:33:47 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-28 13:24:04 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-09-03 14:45:38 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "0.2.71"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "5b7d8b6942b8bb3a9b0e73fc79b98095a27de6fa247615e59d096754a3bc2aa8"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2020-09-03 16:40:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "0.4.21"
|
2020-09-03 16:40:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "8e67a5806118af01f0d9045915676b22aaebecf4178ae7021bc171dab0b897ab"
|
2020-09-03 16:40:42 +00:00
|
|
|
dependencies = [
|
2021-01-22 13:33:47 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-03 16:40:42 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "0.2.71"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "e5ac38da8ef716661f0f36c0d8320b89028efe10c7c0afde65baffb496ce0d3b"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "0.2.71"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "0.2.71"
|
2020-09-03 14:45:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "7d6f8ec44822dd71f5f221a5847fb34acd9060535c1211b70a05844c0f6383b1"
|
2020-09-03 14:45:38 +00:00
|
|
|
|
2020-09-03 16:40:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-02-27 12:56:49 +00:00
|
|
|
version = "0.3.48"
|
2020-09-03 16:40:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-27 12:56:49 +00:00
|
|
|
checksum = "ec600b26223b2948cedfde2a0aa6756dcf1fef616f43d7b3097aaf53a6c4d92b"
|
2020-09-03 16:40:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-09-25 19:47:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-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 = "xml-rs"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2021-01-22 13:33:47 +00:00
|
|
|
version = "0.4.5"
|
2020-09-25 19:47:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 13:33:47 +00:00
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
2020-09-25 19:47:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
2020-09-03 14:45:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yew"
|
2021-01-18 13:06:26 +00:00
|
|
|
version = "0.17.4"
|
|
|
|
source = "git+https://github.com/yewstack/yew.git?rev=db3170f629f#db3170f629fc91b15c68b12d4204d6f1394520f4"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"anymap",
|
|
|
|
"bincode",
|
2021-01-18 13:06:26 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-03 16:40:42 +00:00
|
|
|
"cfg-match",
|
|
|
|
"console_error_panic_hook",
|
|
|
|
"gloo",
|
2020-09-03 14:45:38 +00:00
|
|
|
"http",
|
|
|
|
"indexmap",
|
2020-09-03 16:40:42 +00:00
|
|
|
"js-sys",
|
2020-09-03 14:45:38 +00:00
|
|
|
"log",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"slab",
|
|
|
|
"thiserror",
|
|
|
|
"wasm-bindgen",
|
2020-09-03 16:40:42 +00:00
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2020-09-03 14:45:38 +00:00
|
|
|
"yew-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yew-macro"
|
2020-09-03 16:40:42 +00:00
|
|
|
version = "0.17.0"
|
2021-01-18 13:06:26 +00:00
|
|
|
source = "git+https://github.com/yewstack/yew.git?rev=db3170f629f#db3170f629fc91b15c68b12d4204d6f1394520f4"
|
2020-09-03 14:45:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"boolinator",
|
|
|
|
"lazy_static",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2020-09-20 15:06:28 +00:00
|
|
|
|
2020-09-29 16:47:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yew-router"
|
|
|
|
version = "0.14.0"
|
2021-01-18 13:06:26 +00:00
|
|
|
source = "git+https://github.com/yewstack/yew.git?rev=db3170f629f#db3170f629fc91b15c68b12d4204d6f1394520f4"
|
2020-09-29 16:47:33 +00:00
|
|
|
dependencies = [
|
2021-01-18 13:06:26 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-29 16:47:33 +00:00
|
|
|
"cfg-match",
|
|
|
|
"gloo",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"nom",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
"yew",
|
|
|
|
"yew-router-macro",
|
|
|
|
"yew-router-route-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yew-router-macro"
|
|
|
|
version = "0.14.0"
|
2021-01-18 13:06:26 +00:00
|
|
|
source = "git+https://github.com/yewstack/yew.git?rev=db3170f629f#db3170f629fc91b15c68b12d4204d6f1394520f4"
|
2020-09-29 16:47:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"yew-router-route-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yew-router-route-parser"
|
|
|
|
version = "0.14.0"
|
2021-01-18 13:06:26 +00:00
|
|
|
source = "git+https://github.com/yewstack/yew.git?rev=db3170f629f#db3170f629fc91b15c68b12d4204d6f1394520f4"
|
2020-09-29 16:47:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2020-09-20 15:06:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yewprint"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"id_tree",
|
|
|
|
"regex",
|
2020-09-27 12:49:05 +00:00
|
|
|
"web-sys",
|
|
|
|
"yew",
|
2020-09-28 13:24:04 +00:00
|
|
|
"yewtil",
|
2020-09-27 12:49:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yewprint-doc"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-10-25 09:19:38 +00:00
|
|
|
"boolinator",
|
2020-09-25 19:47:11 +00:00
|
|
|
"syntect",
|
2020-09-20 15:06:28 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
"yew",
|
2020-09-29 16:47:33 +00:00
|
|
|
"yew-router",
|
2020-09-27 12:49:05 +00:00
|
|
|
"yewprint",
|
2020-09-20 15:06:28 +00:00
|
|
|
]
|
2020-09-28 13:24:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yewtil"
|
2021-01-18 13:06:26 +00:00
|
|
|
version = "0.3.2"
|
|
|
|
source = "git+https://github.com/yewstack/yew.git?rev=db3170f629f#db3170f629fc91b15c68b12d4204d6f1394520f4"
|
2020-09-28 13:24:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2021-01-18 13:06:26 +00:00
|
|
|
"web-sys",
|
2020-09-28 13:24:04 +00:00
|
|
|
"yew",
|
|
|
|
"yewtil-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yewtil-macro"
|
2021-01-18 13:06:26 +00:00
|
|
|
version = "0.2.0"
|
|
|
|
source = "git+https://github.com/yewstack/yew.git?rev=db3170f629f#db3170f629fc91b15c68b12d4204d6f1394520f4"
|
2020-09-28 13:24:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|