yewprint/Cargo.lock

845 lines
21 KiB
Text
Raw Normal View History

2020-09-03 16:45:38 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2020-09-25 21:47:11 +02:00
[[package]]
name = "adler"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
2020-09-03 16:45:38 +02:00
[[package]]
name = "anyhow"
version = "1.0.38"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
2020-09-03 16:45:38 +02:00
[[package]]
name = "anymap"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
2020-09-29 18:47:33 +02:00
[[package]]
name = "arrayvec"
version = "0.5.2"
2020-09-29 18:47:33 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2020-09-29 18:47:33 +02:00
2020-09-03 16:45:38 +02:00
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-09-25 21:47:11 +02:00
[[package]]
name = "base64"
version = "0.13.0"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-09-25 21:47:11 +02:00
2020-09-03 16:45:38 +02:00
[[package]]
name = "bincode"
version = "1.3.1"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
2020-09-03 16:45:38 +02:00
dependencies = [
"byteorder",
"serde",
]
2020-09-25 21:47:11 +02:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2020-09-03 16:45:38 +02:00
[[package]]
name = "boolinator"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfa8873f51c92e232f9bac4065cddef41b714152812bfc5f7672ba16d6ef8cd9"
[[package]]
name = "bumpalo"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
[[package]]
name = "byteorder"
version = "1.4.2"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
2020-09-03 16:45:38 +02:00
[[package]]
name = "bytes"
version = "1.0.1"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
2020-09-03 16:45:38 +02:00
2020-09-25 21:47:11 +02:00
[[package]]
name = "cc"
version = "1.0.66"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
2020-09-25 21:47:11 +02:00
2020-09-03 16:45:38 +02:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-09-03 16:45:38 +02:00
[[package]]
2020-09-03 18:40:42 +02:00
name = "cfg-match"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8100e46ff92eb85bf6dc2930c73f2a4f7176393c84a9446b3d501e1b354e7b34"
2020-09-25 21:47:11 +02:00
[[package]]
name = "chrono"
version = "0.4.19"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-09-25 21:47:11 +02:00
dependencies = [
"num-integer",
"num-traits",
]
2020-09-03 18:40:42 +02:00
[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-03 18:40:42 +02:00
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
dependencies = [
"cfg-if 0.1.10",
2020-09-03 18:40:42 +02:00
"wasm-bindgen",
]
2020-09-03 16:45:38 +02:00
2020-09-25 21:47:11 +02:00
[[package]]
name = "crc32fast"
version = "1.2.1"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
2020-09-25 21:47:11 +02:00
dependencies = [
"cfg-if 1.0.0",
2020-09-25 21:47:11 +02:00
]
[[package]]
name = "flate2"
version = "1.0.19"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
2020-09-25 21:47:11 +02:00
dependencies = [
"cfg-if 1.0.0",
2020-09-25 21:47:11 +02:00
"crc32fast",
"libc",
"miniz_oxide",
]
2020-09-03 16:45:38 +02:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-09-03 18:40:42 +02: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 16:45:38 +02:00
[[package]]
name = "hashbrown"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
dependencies = [
"autocfg",
]
2020-09-13 07:53:12 +02:00
[[package]]
name = "heck"
version = "0.3.2"
2020-09-13 07:53:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
2020-09-13 07:53:12 +02:00
dependencies = [
"unicode-segmentation",
]
2020-09-03 16:45:38 +02:00
[[package]]
name = "http"
version = "0.2.3"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
2020-09-03 16:45:38 +02:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
2020-09-13 18:16:01 +02: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 16:45:38 +02:00
[[package]]
name = "indexmap"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e47a3566dd4fd4eec714ae6ceabdee0caec795be835c223d92c2d40f1e8cf1c"
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "itoa"
version = "0.4.7"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2020-09-03 16:45:38 +02:00
2020-09-03 18:40:42 +02:00
[[package]]
name = "js-sys"
version = "0.3.46"
2020-09-03 18:40:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175"
2020-09-03 18:40:42 +02:00
dependencies = [
"wasm-bindgen",
]
2020-09-03 16:45:38 +02:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-09-25 21:47:11 +02:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2020-09-29 18:47:33 +02:00
[[package]]
name = "lexical-core"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616"
dependencies = [
"arrayvec",
"bitflags",
"cfg-if 0.1.10",
2020-09-29 18:47:33 +02:00
"ryu",
"static_assertions",
]
2020-09-25 21:47:11 +02:00
[[package]]
name = "libc"
version = "0.2.82"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"
2020-09-25 21:47:11 +02: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"
version = "0.5.4"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2020-09-25 21:47:11 +02:00
2020-09-03 16:45:38 +02:00
[[package]]
name = "log"
version = "0.4.13"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2"
2020-09-03 16:45:38 +02:00
dependencies = [
"cfg-if 0.1.10",
2020-09-03 16:45:38 +02:00
]
2020-09-03 18:40:42 +02:00
[[package]]
name = "memchr"
version = "2.3.4"
2020-09-03 18:40:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2020-09-03 18:40:42 +02:00
2020-09-25 21:47:11 +02:00
[[package]]
name = "miniz_oxide"
version = "0.4.3"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
2020-09-25 21:47:11 +02:00
dependencies = [
"adler",
"autocfg",
]
2020-09-29 18:47:33 +02: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 21:47:11 +02:00
[[package]]
name = "num-integer"
version = "0.1.44"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2020-09-25 21:47:11 +02:00
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.14"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-09-25 21:47:11 +02:00
dependencies = [
"autocfg",
]
[[package]]
name = "onig"
version = "6.1.1"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b46fd9edbc018f0be4e366c24c46db44fac49cd01c039ae85308088b089dd5"
2020-09-25 21:47:11 +02:00
dependencies = [
"bitflags",
"lazy_static",
"libc",
"onig_sys",
]
[[package]]
name = "onig_sys"
version = "69.6.0"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed063c96cf4c0f2e5d09324409d158b38a0a85a7b90fbd68c8cad75c495d5775"
2020-09-25 21:47:11 +02:00
dependencies = [
"cc",
"pkg-config",
]
[[package]]
name = "pkg-config"
version = "0.3.19"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2020-09-25 21:47:11 +02:00
[[package]]
name = "plist"
version = "1.0.1"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc57ccf442c7414b790e8e7b72fb4d776a66c7680129360946d9aaa6f5311e9"
2020-09-25 21:47:11 +02:00
dependencies = [
"base64",
"chrono",
"indexmap",
"line-wrap",
"serde",
"xml-rs",
]
2020-09-03 16:45:38 +02:00
[[package]]
name = "proc-macro2"
version = "1.0.24"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2020-09-03 16:45:38 +02:00
dependencies = [
"unicode-xid",
]
[[package]]
name = "quote"
version = "1.0.8"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
2020-09-03 16:45:38 +02:00
dependencies = [
"proc-macro2",
]
2020-09-13 07:53:12 +02:00
[[package]]
name = "regex"
version = "1.4.3"
2020-09-13 07:53:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
2020-09-13 07:53:12 +02:00
dependencies = [
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.22"
2020-09-13 07:53:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
2020-09-13 07:53:12 +02:00
2020-09-03 16:45:38 +02:00
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2020-09-25 21:47:11 +02: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 16:45:38 +02:00
[[package]]
name = "serde"
version = "1.0.120"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "166b2349061381baf54a58e4b13c89369feb0ef2eaa57198899e2312aac30aab"
2020-09-03 16:45:38 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.120"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca2a8cb5805ce9e3b95435e3765b7b553cecc762d938d409434338386cb5775"
2020-09-03 16:45:38 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.61"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"
2020-09-03 16:45:38 +02: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 18:16:01 +02:00
[[package]]
name = "snowflake"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27207bb65232eda1f588cf46db2fee75c0808d557f6b3cf19a75f5d6d7c94df1"
2020-09-29 18:47:33 +02:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2020-09-03 16:45:38 +02:00
[[package]]
name = "syn"
version = "1.0.58"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5"
2020-09-03 16:45:38 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
2020-09-25 21:47:11 +02:00
[[package]]
name = "syntect"
version = "4.5.0"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bfac2b23b4d049dc9a89353b4e06bbc85a8f42020cccbe5409a115cf19031e5"
2020-09-25 21:47:11 +02:00
dependencies = [
"bincode",
"bitflags",
"flate2",
"fnv",
"lazy_static",
"lazycell",
"onig",
"plist",
"regex-syntax",
"serde",
"serde_derive",
"serde_json",
"walkdir",
"yaml-rust",
]
2020-09-03 16:45:38 +02:00
[[package]]
name = "thiserror"
version = "1.0.23"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
2020-09-03 16:45:38 +02:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.23"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
2020-09-03 16:45:38 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-09-13 07:53:12 +02:00
[[package]]
name = "unicode-segmentation"
version = "1.7.1"
2020-09-13 07:53:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2020-09-13 07:53:12 +02:00
2020-09-03 16:45:38 +02:00
[[package]]
name = "unicode-xid"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2020-09-29 18:47:33 +02:00
[[package]]
name = "version_check"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2020-09-25 21:47:11 +02: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 16:45:38 +02:00
[[package]]
name = "wasm-bindgen"
version = "0.2.69"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
2020-09-03 16:45:38 +02:00
dependencies = [
"cfg-if 1.0.0",
2020-09-28 15:24:04 +02:00
"serde",
"serde_json",
2020-09-03 16:45:38 +02:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.69"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
2020-09-03 16:45:38 +02:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
2020-09-03 18:40:42 +02:00
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.19"
2020-09-03 18:40:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35"
2020-09-03 18:40:42 +02:00
dependencies = [
"cfg-if 1.0.0",
2020-09-03 18:40:42 +02:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
2020-09-03 16:45:38 +02:00
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.69"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
2020-09-03 16:45:38 +02:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.69"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
2020-09-03 16:45:38 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.69"
2020-09-03 16:45:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
2020-09-03 16:45:38 +02:00
2020-09-03 18:40:42 +02:00
[[package]]
name = "web-sys"
version = "0.3.46"
2020-09-03 18:40:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
2020-09-03 18:40:42 +02:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2020-09-25 21:47:11 +02: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"
version = "0.4.5"
2020-09-25 21:47:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
2020-09-25 21:47:11 +02:00
dependencies = [
"linked-hash-map",
]
2020-09-03 16:45:38 +02:00
[[package]]
name = "yew"
version = "0.17.4"
source = "git+https://github.com/yewstack/yew.git?rev=db3170f629f#db3170f629fc91b15c68b12d4204d6f1394520f4"
2020-09-03 16:45:38 +02:00
dependencies = [
"anyhow",
"anymap",
"bincode",
"cfg-if 1.0.0",
2020-09-03 18:40:42 +02:00
"cfg-match",
"console_error_panic_hook",
"gloo",
2020-09-03 16:45:38 +02:00
"http",
"indexmap",
2020-09-03 18:40:42 +02:00
"js-sys",
2020-09-03 16:45:38 +02:00
"log",
"ryu",
"serde",
"serde_json",
"slab",
"thiserror",
"wasm-bindgen",
2020-09-03 18:40:42 +02:00
"wasm-bindgen-futures",
"web-sys",
2020-09-03 16:45:38 +02:00
"yew-macro",
]
[[package]]
name = "yew-macro"
2020-09-03 18:40:42 +02:00
version = "0.17.0"
source = "git+https://github.com/yewstack/yew.git?rev=db3170f629f#db3170f629fc91b15c68b12d4204d6f1394520f4"
2020-09-03 16:45:38 +02:00
dependencies = [
"boolinator",
"lazy_static",
"proc-macro2",
"quote",
"syn",
]
2020-09-20 17:06:28 +02:00
2020-09-29 18:47:33 +02:00
[[package]]
name = "yew-router"
version = "0.14.0"
source = "git+https://github.com/yewstack/yew.git?rev=db3170f629f#db3170f629fc91b15c68b12d4204d6f1394520f4"
2020-09-29 18:47:33 +02:00
dependencies = [
"cfg-if 1.0.0",
2020-09-29 18:47:33 +02: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"
source = "git+https://github.com/yewstack/yew.git?rev=db3170f629f#db3170f629fc91b15c68b12d4204d6f1394520f4"
2020-09-29 18:47:33 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"yew-router-route-parser",
]
[[package]]
name = "yew-router-route-parser"
version = "0.14.0"
source = "git+https://github.com/yewstack/yew.git?rev=db3170f629f#db3170f629fc91b15c68b12d4204d6f1394520f4"
2020-09-29 18:47:33 +02:00
dependencies = [
"nom",
]
2020-09-20 17:06:28 +02:00
[[package]]
name = "yewprint"
version = "0.1.0"
dependencies = [
2020-10-25 10:19:38 +01:00
"boolinator",
2020-09-20 17:06:28 +02:00
"heck",
"id_tree",
"regex",
2020-09-27 14:49:05 +02:00
"web-sys",
"yew",
2020-09-28 15:24:04 +02:00
"yewtil",
2020-09-27 14:49:05 +02:00
]
[[package]]
name = "yewprint-doc"
version = "0.1.0"
dependencies = [
2020-10-25 10:19:38 +01:00
"boolinator",
2020-09-25 21:47:11 +02:00
"syntect",
2020-09-20 17:06:28 +02:00
"wasm-bindgen",
"web-sys",
"yew",
2020-09-29 18:47:33 +02:00
"yew-router",
2020-09-27 14:49:05 +02:00
"yewprint",
2020-09-20 17:06:28 +02:00
]
2020-09-28 15:24:04 +02:00
[[package]]
name = "yewtil"
version = "0.3.2"
source = "git+https://github.com/yewstack/yew.git?rev=db3170f629f#db3170f629fc91b15c68b12d4204d6f1394520f4"
2020-09-28 15:24:04 +02:00
dependencies = [
"log",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2020-09-28 15:24:04 +02:00
"yew",
"yewtil-macro",
]
[[package]]
name = "yewtil-macro"
version = "0.2.0"
source = "git+https://github.com/yewstack/yew.git?rev=db3170f629f#db3170f629fc91b15c68b12d4204d6f1394520f4"
2020-09-28 15:24:04 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]