| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "1.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[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 = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| |
| [[package]] |
| name = "bincode" |
| version = "1.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| dependencies = [ |
| "serde", |
| ] |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bitflags" |
| version = "2.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" |
| |
| [[package]] |
| name = "cast" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "clap" |
| version = "2.34.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "textwrap", |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "criterion" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f" |
| dependencies = [ |
| "atty", |
| "cast", |
| "clap", |
| "criterion-plot", |
| "csv", |
| "itertools", |
| "lazy_static", |
| "num-traits", |
| "oorandom", |
| "plotters", |
| "rayon", |
| "regex", |
| "serde", |
| "serde_cbor", |
| "serde_derive", |
| "serde_json", |
| "tinytemplate", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "criterion-plot" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876" |
| dependencies = [ |
| "cast", |
| "itertools", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
| dependencies = [ |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| dependencies = [ |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" |
| |
| [[package]] |
| name = "csv" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" |
| dependencies = [ |
| "csv-core", |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "csv-core" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" |
| |
| [[package]] |
| name = "futf" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
| dependencies = [ |
| "mac", |
| "new_debug_unreachable", |
| ] |
| |
| [[package]] |
| name = "getopts" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
| dependencies = [ |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasi", |
| ] |
| |
| [[package]] |
| name = "half" |
| version = "1.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "html5ever" |
| version = "0.26.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" |
| dependencies = [ |
| "log", |
| "mac", |
| "markup5ever", |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "itertools" |
| version = "0.10.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| dependencies = [ |
| "either", |
| ] |
| |
| [[package]] |
| name = "itoa" |
| version = "1.0.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.67" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1" |
| dependencies = [ |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "1.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.152" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.4.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" |
| dependencies = [ |
| "autocfg", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" |
| |
| [[package]] |
| name = "mac" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
| |
| [[package]] |
| name = "markup5ever" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" |
| dependencies = [ |
| "log", |
| "phf", |
| "phf_codegen", |
| "string_cache", |
| "string_cache_codegen", |
| "tendril", |
| ] |
| |
| [[package]] |
| name = "markup5ever_rcdom" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9521dd6750f8e80ee6c53d65e2e4656d7de37064f3a7a5d2d11d05df93839c2" |
| dependencies = [ |
| "html5ever", |
| "markup5ever", |
| "tendril", |
| "xml5ever", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" |
| |
| [[package]] |
| name = "new_debug_unreachable" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
| |
| [[package]] |
| name = "oorandom" |
| version = "11.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" |
| |
| [[package]] |
| name = "parking_lot" |
| version = "0.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
| dependencies = [ |
| "lock_api", |
| "parking_lot_core", |
| ] |
| |
| [[package]] |
| name = "parking_lot_core" |
| version = "0.9.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "redox_syscall", |
| "smallvec", |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "phf" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
| dependencies = [ |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_codegen" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" |
| dependencies = [ |
| "phf_generator", |
| "phf_shared", |
| ] |
| |
| [[package]] |
| name = "phf_generator" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
| dependencies = [ |
| "phf_shared", |
| "rand", |
| ] |
| |
| [[package]] |
| name = "phf_shared" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
| dependencies = [ |
| "siphasher", |
| ] |
| |
| [[package]] |
| name = "plotters" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45" |
| dependencies = [ |
| "num-traits", |
| "plotters-backend", |
| "plotters-svg", |
| "wasm-bindgen", |
| "web-sys", |
| ] |
| |
| [[package]] |
| name = "plotters-backend" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609" |
| |
| [[package]] |
| name = "plotters-svg" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab" |
| dependencies = [ |
| "plotters-backend", |
| ] |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
| |
| [[package]] |
| name = "precomputed-hash" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.78" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "pulldown-cmark" |
| version = "0.9.6" |
| dependencies = [ |
| "bincode", |
| "bitflags 2.4.2", |
| "criterion", |
| "getopts", |
| "html5ever", |
| "lazy_static", |
| "markup5ever_rcdom", |
| "memchr", |
| "regex", |
| "serde", |
| "serde_json", |
| "tendril", |
| "unicase", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| dependencies = [ |
| "libc", |
| "rand_chacha", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| dependencies = [ |
| "ppv-lite86", |
| "rand_core", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| dependencies = [ |
| "getrandom", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.12.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "redox_syscall" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
| dependencies = [ |
| "bitflags 1.3.2", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.10.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-automata", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-automata" |
| version = "0.4.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.8.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" |
| |
| [[package]] |
| name = "same-file" |
| version = "1.0.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| dependencies = [ |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.196" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_cbor" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" |
| dependencies = [ |
| "half", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.196" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.113" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" |
| dependencies = [ |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "siphasher" |
| version = "0.3.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" |
| |
| [[package]] |
| name = "string_cache" |
| version = "0.8.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" |
| dependencies = [ |
| "new_debug_unreachable", |
| "once_cell", |
| "parking_lot", |
| "phf_shared", |
| "precomputed-hash", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "string_cache_codegen" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
| dependencies = [ |
| "phf_generator", |
| "phf_shared", |
| "proc-macro2", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.109" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.48" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "tendril" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
| dependencies = [ |
| "futf", |
| "mac", |
| "utf-8", |
| ] |
| |
| [[package]] |
| name = "textwrap" |
| version = "0.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| dependencies = [ |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "tinytemplate" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
| dependencies = [ |
| "serde", |
| "serde_json", |
| ] |
| |
| [[package]] |
| name = "unicase" |
| version = "2.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" |
| dependencies = [ |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" |
| |
| [[package]] |
| name = "utf-8" |
| version = "0.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| |
| [[package]] |
| name = "walkdir" |
| version = "2.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" |
| dependencies = [ |
| "same-file", |
| "winapi-util", |
| ] |
| |
| [[package]] |
| name = "wasi" |
| version = "0.11.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.90" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406" |
| dependencies = [ |
| "cfg-if", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.90" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "once_cell", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.90" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.90" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.48", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.90" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.67" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed" |
| dependencies = [ |
| "js-sys", |
| "wasm-bindgen", |
| ] |
| |
| [[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.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" |
| 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 = "windows-targets" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| dependencies = [ |
| "windows_aarch64_gnullvm", |
| "windows_aarch64_msvc", |
| "windows_i686_gnu", |
| "windows_i686_msvc", |
| "windows_x86_64_gnu", |
| "windows_x86_64_gnullvm", |
| "windows_x86_64_msvc", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| |
| [[package]] |
| name = "xml5ever" |
| version = "0.17.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650" |
| dependencies = [ |
| "log", |
| "mac", |
| "markup5ever", |
| ] |