| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "ahash" |
| version = "0.7.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" |
| dependencies = [ |
| "getrandom", |
| "once_cell", |
| "version_check", |
| ] |
| |
| [[package]] |
| name = "anes" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
| |
| [[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 = "bitvec" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
| dependencies = [ |
| "funty", |
| "radium", |
| "tap", |
| "wyz", |
| ] |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" |
| |
| [[package]] |
| name = "bytecheck" |
| version = "0.6.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627" |
| dependencies = [ |
| "bytecheck_derive", |
| "ptr_meta", |
| "simdutf8", |
| ] |
| |
| [[package]] |
| name = "bytecheck_derive" |
| version = "0.6.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[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 = "ciborium" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" |
| dependencies = [ |
| "ciborium-io", |
| "ciborium-ll", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "ciborium-io" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" |
| |
| [[package]] |
| name = "ciborium-ll" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" |
| dependencies = [ |
| "ciborium-io", |
| "half", |
| ] |
| |
| [[package]] |
| name = "clap" |
| version = "4.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3" |
| dependencies = [ |
| "clap_builder", |
| ] |
| |
| [[package]] |
| name = "clap_builder" |
| version = "4.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f" |
| dependencies = [ |
| "bitflags 1.3.2", |
| "clap_lex", |
| ] |
| |
| [[package]] |
| name = "clap_lex" |
| version = "0.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" |
| |
| [[package]] |
| name = "cobs" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15" |
| |
| [[package]] |
| name = "criterion" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" |
| dependencies = [ |
| "anes", |
| "cast", |
| "ciborium", |
| "clap", |
| "criterion-plot", |
| "is-terminal", |
| "itertools", |
| "num-traits", |
| "once_cell", |
| "oorandom", |
| "plotters", |
| "rayon", |
| "regex", |
| "serde", |
| "serde_derive", |
| "serde_json", |
| "tinytemplate", |
| "walkdir", |
| ] |
| |
| [[package]] |
| name = "criterion-plot" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" |
| dependencies = [ |
| "cast", |
| "itertools", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" |
| dependencies = [ |
| "autocfg", |
| "cfg-if", |
| "crossbeam-utils", |
| "memoffset", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" |
| |
| [[package]] |
| name = "databake" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6a04fbfbecca8f0679c8c06fef907594adcc3e2052e11163a6d30535a1a5604d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" |
| |
| [[package]] |
| name = "errno" |
| version = "0.3.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" |
| dependencies = [ |
| "libc", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "funty" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.2.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
| 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 = "hashbrown" |
| version = "0.12.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| dependencies = [ |
| "ahash", |
| ] |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.3.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" |
| |
| [[package]] |
| name = "is-terminal" |
| version = "0.4.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" |
| dependencies = [ |
| "hermit-abi", |
| "rustix", |
| "windows-sys 0.48.0", |
| ] |
| |
| [[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.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
| |
| [[package]] |
| name = "js-sys" |
| version = "0.3.64" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" |
| dependencies = [ |
| "wasm-bindgen", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.153" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" |
| |
| [[package]] |
| name = "linux-raw-sys" |
| version = "0.4.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" |
| |
| [[package]] |
| name = "litemap" |
| version = "0.7.3" |
| dependencies = [ |
| "bincode", |
| "criterion", |
| "databake", |
| "postcard", |
| "rkyv", |
| "serde", |
| "serde_json", |
| "yoke", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.20" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "num-traits" |
| version = "0.2.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.18.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
| |
| [[package]] |
| name = "oorandom" |
| version = "11.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" |
| |
| [[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 = "postcard" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d534c6e61df1c7166e636ca612d9820d486fe96ddad37f7abc671517b297488e" |
| dependencies = [ |
| "cobs", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.82" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "ptr_meta" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" |
| dependencies = [ |
| "ptr_meta_derive", |
| ] |
| |
| [[package]] |
| name = "ptr_meta_derive" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "radium" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
| |
| [[package]] |
| name = "rayon" |
| version = "1.8.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" |
| dependencies = [ |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" |
| dependencies = [ |
| "crossbeam-deque", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.8.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" |
| dependencies = [ |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.7.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" |
| |
| [[package]] |
| name = "rend" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab" |
| dependencies = [ |
| "bytecheck", |
| ] |
| |
| [[package]] |
| name = "rkyv" |
| version = "0.7.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58" |
| dependencies = [ |
| "bitvec", |
| "bytecheck", |
| "hashbrown", |
| "ptr_meta", |
| "rend", |
| "rkyv_derive", |
| "seahash", |
| "tinyvec", |
| "uuid", |
| ] |
| |
| [[package]] |
| name = "rkyv_derive" |
| version = "0.7.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 1.0.109", |
| ] |
| |
| [[package]] |
| name = "rustix" |
| version = "0.38.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" |
| dependencies = [ |
| "bitflags 2.4.2", |
| "errno", |
| "libc", |
| "linux-raw-sys", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
| |
| [[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 = "seahash" |
| version = "4.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.188" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.188" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.58", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.107" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" |
| dependencies = [ |
| "itoa", |
| "ryu", |
| "serde", |
| ] |
| |
| [[package]] |
| name = "simdutf8" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| |
| [[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.58" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.58", |
| ] |
| |
| [[package]] |
| name = "tap" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
| |
| [[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 = "tinyvec" |
| version = "1.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| dependencies = [ |
| "tinyvec_macros", |
| ] |
| |
| [[package]] |
| name = "tinyvec_macros" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| |
| [[package]] |
| name = "uuid" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" |
| |
| [[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.87" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" |
| dependencies = [ |
| "cfg-if", |
| "wasm-bindgen-macro", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.87" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" |
| dependencies = [ |
| "bumpalo", |
| "log", |
| "once_cell", |
| "proc-macro2", |
| "quote", |
| "syn 2.0.58", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.87" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" |
| dependencies = [ |
| "quote", |
| "wasm-bindgen-macro-support", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.87" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.58", |
| "wasm-bindgen-backend", |
| "wasm-bindgen-shared", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.87" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.64" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" |
| 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-sys" |
| version = "0.48.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| dependencies = [ |
| "windows-targets 0.48.5", |
| ] |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets 0.52.0", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.48.5", |
| "windows_aarch64_msvc 0.48.5", |
| "windows_i686_gnu 0.48.5", |
| "windows_i686_msvc 0.48.5", |
| "windows_x86_64_gnu 0.48.5", |
| "windows_x86_64_gnullvm 0.48.5", |
| "windows_x86_64_msvc 0.48.5", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" |
| dependencies = [ |
| "windows_aarch64_gnullvm 0.52.0", |
| "windows_aarch64_msvc 0.52.0", |
| "windows_i686_gnu 0.52.0", |
| "windows_i686_msvc 0.52.0", |
| "windows_x86_64_gnu 0.52.0", |
| "windows_x86_64_gnullvm 0.52.0", |
| "windows_x86_64_msvc 0.52.0", |
| ] |
| |
| [[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_gnullvm" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" |
| |
| [[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_gnu" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" |
| |
| [[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_gnu" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" |
| |
| [[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_gnullvm" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.48.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" |
| |
| [[package]] |
| name = "wyz" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
| dependencies = [ |
| "tap", |
| ] |
| |
| [[package]] |
| name = "yoke" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" |
| dependencies = [ |
| "stable_deref_trait", |
| "yoke-derive", |
| "zerofrom", |
| ] |
| |
| [[package]] |
| name = "yoke-derive" |
| version = "0.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.58", |
| "synstructure", |
| ] |
| |
| [[package]] |
| name = "zerofrom" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" |
| dependencies = [ |
| "zerofrom-derive", |
| ] |
| |
| [[package]] |
| name = "zerofrom-derive" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn 2.0.58", |
| "synstructure", |
| ] |