| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "adler" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "0.7.18" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
| dependencies = [ |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "autocfg" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
| |
| [[package]] |
| name = "byteorder" |
| version = "1.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "compiler_builtins" |
| version = "0.1.51" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3587b3669d6f2c1cfd34c475272dabcfef29d52703933f6f72ebb36d6bd81a97" |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "crossbeam" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-channel", |
| "crossbeam-deque", |
| "crossbeam-epoch", |
| "crossbeam-queue", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-channel" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-deque" |
| version = "0.8.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-epoch", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-epoch" |
| version = "0.9.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| "lazy_static", |
| "memoffset", |
| "scopeguard", |
| ] |
| |
| [[package]] |
| name = "crossbeam-queue" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b10ddc024425c88c2ad148c1b0fd53f4c6d38db9697c9f1588381212fa657c9" |
| dependencies = [ |
| "cfg-if", |
| "crossbeam-utils", |
| ] |
| |
| [[package]] |
| name = "crossbeam-utils" |
| version = "0.8.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db" |
| dependencies = [ |
| "cfg-if", |
| "lazy_static", |
| ] |
| |
| [[package]] |
| name = "either" |
| version = "1.6.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" |
| |
| [[package]] |
| name = "fallible-iterator" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" |
| |
| [[package]] |
| name = "flate2" |
| version = "1.0.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f" |
| dependencies = [ |
| "cfg-if", |
| "crc32fast", |
| "libc", |
| "miniz_oxide", |
| ] |
| |
| [[package]] |
| name = "getopts" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
| dependencies = [ |
| "unicode-width", |
| ] |
| |
| [[package]] |
| name = "gimli" |
| version = "0.26.1" |
| dependencies = [ |
| "compiler_builtins", |
| "crossbeam", |
| "fallible-iterator", |
| "getopts", |
| "indexmap", |
| "memmap", |
| "num_cpus", |
| "object", |
| "rayon", |
| "regex", |
| "rustc-std-workspace-alloc", |
| "rustc-std-workspace-core", |
| "stable_deref_trait", |
| "test-assembler", |
| "typed-arena", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.11.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.1.19" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "1.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" |
| dependencies = [ |
| "autocfg", |
| "hashbrown", |
| ] |
| |
| [[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.105" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013" |
| |
| [[package]] |
| name = "memchr" |
| version = "2.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" |
| |
| [[package]] |
| name = "memmap" |
| version = "0.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" |
| dependencies = [ |
| "libc", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "memoffset" |
| version = "0.6.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" |
| dependencies = [ |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "miniz_oxide" |
| version = "0.4.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" |
| dependencies = [ |
| "adler", |
| "autocfg", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
| dependencies = [ |
| "hermit-abi", |
| "libc", |
| ] |
| |
| [[package]] |
| name = "object" |
| version = "0.27.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9" |
| dependencies = [ |
| "flate2", |
| "memchr", |
| "wasmparser", |
| ] |
| |
| [[package]] |
| name = "rayon" |
| version = "1.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" |
| dependencies = [ |
| "autocfg", |
| "crossbeam-deque", |
| "either", |
| "rayon-core", |
| ] |
| |
| [[package]] |
| name = "rayon-core" |
| version = "1.9.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" |
| dependencies = [ |
| "crossbeam-channel", |
| "crossbeam-deque", |
| "crossbeam-utils", |
| "lazy_static", |
| "num_cpus", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "1.5.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" |
| dependencies = [ |
| "aho-corasick", |
| "memchr", |
| "regex-syntax", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.6.25" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" |
| |
| [[package]] |
| name = "rustc-std-workspace-alloc" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff66d57013a5686e1917ed6a025d54dd591fcda71a41fe07edf4d16726aefa86" |
| |
| [[package]] |
| name = "rustc-std-workspace-core" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c" |
| |
| [[package]] |
| name = "scopeguard" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| |
| [[package]] |
| name = "test-assembler" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a6da51de149453f5c43fa67d5e73cccd75b3c5727a38a2f18c5f3c47f2db582" |
| dependencies = [ |
| "byteorder", |
| ] |
| |
| [[package]] |
| name = "typed-arena" |
| version = "2.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" |
| |
| [[package]] |
| name = "wasmparser" |
| version = "0.57.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32fddd575d477c6e9702484139cf9f23dcd554b06d185ed0f56c857dd3a47aa6" |
| |
| [[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-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |