| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "ahash" |
| version = "0.8.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
| dependencies = [ |
| "cfg-if", |
| "once_cell", |
| "version_check", |
| "zerocopy", |
| ] |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.75" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" |
| |
| [[package]] |
| name = "arbitrary" |
| version = "1.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a2e1373abdaa212b704512ec2bd8b26bd0b7d5c3f70117411a5d9a451383c859" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.14.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "cranelift-bforest" |
| version = "0.111.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b80c3a50b9c4c7e5b5f73c0ed746687774fc9e36ef652b110da8daebf0c6e0e6" |
| dependencies = [ |
| "cranelift-entity", |
| ] |
| |
| [[package]] |
| name = "cranelift-bitset" |
| version = "0.111.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "38778758c2ca918b05acb2199134e0c561fb577c50574259b26190b6c2d95ded" |
| |
| [[package]] |
| name = "cranelift-codegen" |
| version = "0.111.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "58258667ad10e468bfc13a8d620f50dfcd4bb35d668123e97defa2549b9ad397" |
| dependencies = [ |
| "bumpalo", |
| "cranelift-bforest", |
| "cranelift-bitset", |
| "cranelift-codegen-meta", |
| "cranelift-codegen-shared", |
| "cranelift-control", |
| "cranelift-entity", |
| "cranelift-isle", |
| "gimli", |
| "hashbrown 0.14.3", |
| "log", |
| "regalloc2", |
| "rustc-hash", |
| "smallvec", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "cranelift-codegen-meta" |
| version = "0.111.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "043f0b702e529dcb07ff92bd7d40e7d5317b5493595172c5eb0983343751ee06" |
| dependencies = [ |
| "cranelift-codegen-shared", |
| ] |
| |
| [[package]] |
| name = "cranelift-codegen-shared" |
| version = "0.111.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7763578888ab53eca5ce7da141953f828e82c2bfadcffc106d10d1866094ffbb" |
| |
| [[package]] |
| name = "cranelift-control" |
| version = "0.111.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32db15f08c05df570f11e8ab33cb1ec449a64b37c8a3498377b77650bef33d8b" |
| dependencies = [ |
| "arbitrary", |
| ] |
| |
| [[package]] |
| name = "cranelift-entity" |
| version = "0.111.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5289cdb399381a27e7bbfa1b42185916007c3d49aeef70b1d01cb4caa8010130" |
| dependencies = [ |
| "cranelift-bitset", |
| ] |
| |
| [[package]] |
| name = "cranelift-frontend" |
| version = "0.111.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "31ba8ab24eb9470477e98ddfa3c799a649ac5a0d9a2042868c4c952133c234e8" |
| dependencies = [ |
| "cranelift-codegen", |
| "log", |
| "smallvec", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "cranelift-isle" |
| version = "0.111.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2b72a3c5c166a70426dcb209bdd0bb71a787c1ea76023dc0974fbabca770e8f9" |
| |
| [[package]] |
| name = "cranelift-jit" |
| version = "0.111.0" |
| dependencies = [ |
| "anyhow", |
| "cranelift-codegen", |
| "cranelift-control", |
| "cranelift-entity", |
| "cranelift-frontend", |
| "cranelift-module", |
| "cranelift-native", |
| "libc", |
| "log", |
| "memmap2", |
| "region", |
| "target-lexicon", |
| "wasmtime-jit-icache-coherence", |
| "windows-sys", |
| ] |
| |
| [[package]] |
| name = "cranelift-module" |
| version = "0.111.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "96094a758cdb543c9143f70817cd31069fecd49f50981a0fac06820ac011dc2f" |
| dependencies = [ |
| "anyhow", |
| "cranelift-codegen", |
| "cranelift-control", |
| ] |
| |
| [[package]] |
| name = "cranelift-native" |
| version = "0.111.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46a42424c956bbc31fc5c2706073df896156c5420ae8fa2a5d48dbc7b295d71b" |
| dependencies = [ |
| "cranelift-codegen", |
| "libc", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
| |
| [[package]] |
| name = "fallible-iterator" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
| |
| [[package]] |
| name = "gimli" |
| version = "0.29.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" |
| dependencies = [ |
| "fallible-iterator", |
| "indexmap", |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" |
| dependencies = [ |
| "ahash", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.14.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.14.3", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.153" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" |
| |
| [[package]] |
| name = "log" |
| version = "0.4.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "mach" |
| version = "0.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "memmap2" |
| version = "0.2.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "once_cell" |
| version = "1.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.81" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.36" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "regalloc2" |
| version = "0.9.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" |
| dependencies = [ |
| "hashbrown 0.13.2", |
| "log", |
| "rustc-hash", |
| "slice-group-by", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "region" |
| version = "2.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0" |
| dependencies = [ |
| "bitflags", |
| "libc", |
| "mach", |
| "winapi", |
| ] |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| |
| [[package]] |
| name = "slice-group-by" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.11.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" |
| |
| [[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 = "2.0.60" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "target-lexicon" |
| version = "0.12.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" |
| |
| [[package]] |
| name = "version_check" |
| version = "0.9.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| |
| [[package]] |
| name = "wasmtime-jit-icache-coherence" |
| version = "24.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d15de8429db996f0d17a4163a35eccc3f874cbfb50f29c379951ea1bbb39452e" |
| dependencies = [ |
| "anyhow", |
| "cfg-if", |
| "libc", |
| "windows-sys", |
| ] |
| |
| [[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" |
| |
| [[package]] |
| name = "windows-sys" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| dependencies = [ |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" |
| 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.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" |
| |
| [[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.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" |
| |
| [[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.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" |
| |
| [[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.52.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" |
| |
| [[package]] |
| name = "zerocopy" |
| version = "0.7.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" |
| dependencies = [ |
| "zerocopy-derive", |
| ] |
| |
| [[package]] |
| name = "zerocopy-derive" |
| version = "0.7.32" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |