| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 4 |
| |
| [[package]] |
| name = "allocator-api2" |
| version = "0.2.21" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| |
| [[package]] |
| name = "anyhow" |
| version = "1.0.100" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" |
| |
| [[package]] |
| name = "arbitrary" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.19.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" |
| dependencies = [ |
| "allocator-api2", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| |
| [[package]] |
| name = "cranelift-assembler-x64" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8bd963a645179fa33834ba61fa63353998543b07f877e208da9eb47d4a70d1e7" |
| dependencies = [ |
| "cranelift-assembler-x64-meta", |
| ] |
| |
| [[package]] |
| name = "cranelift-assembler-x64-meta" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f6d5739c9dc6b5553ca758d78d87d127dd19f397f776efecf817b8ba8d0bb01" |
| dependencies = [ |
| "cranelift-srcgen", |
| ] |
| |
| [[package]] |
| name = "cranelift-bforest" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff402c11bb1c9652b67a3e885e84b1b8d00c13472c8fd85211e06a41a63c3e03" |
| dependencies = [ |
| "cranelift-entity", |
| ] |
| |
| [[package]] |
| name = "cranelift-bitset" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "769a0d88c2f5539e9c5536a93a7bf164b0dc68d91e3d00723e5b4ffc1440afdc" |
| |
| [[package]] |
| name = "cranelift-codegen" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4351f721fb3b26add1c180f0a75c7474bab2f903c8b777c6ca65238ded59a78" |
| dependencies = [ |
| "bumpalo", |
| "cranelift-assembler-x64", |
| "cranelift-bforest", |
| "cranelift-bitset", |
| "cranelift-codegen-meta", |
| "cranelift-codegen-shared", |
| "cranelift-control", |
| "cranelift-entity", |
| "cranelift-isle", |
| "gimli", |
| "hashbrown", |
| "log", |
| "regalloc2", |
| "rustc-hash", |
| "serde", |
| "smallvec", |
| "target-lexicon", |
| "wasmtime-internal-math", |
| ] |
| |
| [[package]] |
| name = "cranelift-codegen-meta" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "61f86c0ba5b96713643f4dd0de0df12844de9c7bb137d6829b174b706939aa74" |
| dependencies = [ |
| "cranelift-assembler-x64-meta", |
| "cranelift-codegen-shared", |
| "cranelift-srcgen", |
| "heck", |
| ] |
| |
| [[package]] |
| name = "cranelift-codegen-shared" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f08605eee8d51fd976a970bd5b16c9529b51b624f8af68f80649ffb172eb85a4" |
| |
| [[package]] |
| name = "cranelift-control" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "623aab0a09e40f0cf0b5d35eb7832bae4c4f13e3768228e051a6c1a60e88ef5f" |
| dependencies = [ |
| "arbitrary", |
| ] |
| |
| [[package]] |
| name = "cranelift-entity" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ea0f066e07e3bcbe38884cc5c94c32c7a90267d69df80f187d9dfe421adaa7c4" |
| dependencies = [ |
| "cranelift-bitset", |
| ] |
| |
| [[package]] |
| name = "cranelift-frontend" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "40865b02a0e52ca8e580ad64feef530cb1d05f6bb4972b4eef05e3eaeae81701" |
| dependencies = [ |
| "cranelift-codegen", |
| "log", |
| "smallvec", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "cranelift-isle" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "104b3c117ae513e9af1d90679842101193a5ccb96ac9f997966d85ea25be2852" |
| |
| [[package]] |
| name = "cranelift-jit" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3aa5f855cfb8e4253ed2d0dfc1a0b6ebe4912e67aa8b7ee14026ff55ca17f1fe" |
| dependencies = [ |
| "anyhow", |
| "cranelift-codegen", |
| "cranelift-control", |
| "cranelift-entity", |
| "cranelift-module", |
| "cranelift-native", |
| "libc", |
| "log", |
| "region", |
| "target-lexicon", |
| "wasmtime-internal-jit-icache-coherence", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "cranelift-module" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1d01806b191b59f4fc4680293dd5f554caf2de5b62f95eff5beef7acb46c29c" |
| dependencies = [ |
| "anyhow", |
| "cranelift-codegen", |
| "cranelift-control", |
| ] |
| |
| [[package]] |
| name = "cranelift-native" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e5c54e0a358bc05b48f2032e1c320e7f468da068604f2869b77052eab68eb0fe" |
| dependencies = [ |
| "cranelift-codegen", |
| "libc", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "cranelift-object" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3d17e0216be5daabab616647c1918e06dae0708474ba5f7b7762ac24ea5eb126" |
| dependencies = [ |
| "anyhow", |
| "cranelift-codegen", |
| "cranelift-control", |
| "cranelift-module", |
| "log", |
| "object", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "cranelift-srcgen" |
| version = "0.127.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc6f4b039f453b66c75e9f7886e5a2af96276e151f44dc19b24b58f9a0c98009" |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[package]] |
| name = "equivalent" |
| version = "1.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| |
| [[package]] |
| name = "fallible-iterator" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| |
| [[package]] |
| name = "gimli" |
| version = "0.32.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" |
| dependencies = [ |
| "fallible-iterator", |
| "indexmap", |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.15.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" |
| dependencies = [ |
| "foldhash", |
| ] |
| |
| [[package]] |
| name = "heck" |
| version = "0.5.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" |
| dependencies = [ |
| "equivalent", |
| "hashbrown", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.178" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" |
| |
| [[package]] |
| name = "libloading" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60" |
| dependencies = [ |
| "cfg-if", |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "libm" |
| version = "0.2.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" |
| |
| [[package]] |
| name = "log" |
| version = "0.4.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| |
| [[package]] |
| name = "mach2" |
| version = "0.4.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
| |
| [[package]] |
| name = "object" |
| version = "0.37.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" |
| dependencies = [ |
| "crc32fast", |
| "hashbrown", |
| "indexmap", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.103" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.42" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "regalloc2" |
| version = "0.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4e249c660440317032a71ddac302f25f1d5dff387667bcc3978d1f77aa31ac34" |
| dependencies = [ |
| "allocator-api2", |
| "bumpalo", |
| "hashbrown", |
| "log", |
| "rustc-hash", |
| "smallvec", |
| ] |
| |
| [[package]] |
| name = "region" |
| version = "3.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e6b6ebd13bc009aef9cd476c1310d49ac354d36e240cf1bd753290f3dc7199a7" |
| dependencies = [ |
| "bitflags", |
| "libc", |
| "mach2", |
| "windows-sys 0.52.0", |
| ] |
| |
| [[package]] |
| name = "rustc-hash" |
| version = "2.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| |
| [[package]] |
| name = "rustc_codegen_cranelift" |
| version = "0.1.0" |
| dependencies = [ |
| "cranelift-codegen", |
| "cranelift-frontend", |
| "cranelift-jit", |
| "cranelift-module", |
| "cranelift-native", |
| "cranelift-object", |
| "gimli", |
| "indexmap", |
| "libloading", |
| "object", |
| "smallvec", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "serde" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| dependencies = [ |
| "serde_core", |
| ] |
| |
| [[package]] |
| name = "serde_core" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.228" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.15.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| |
| [[package]] |
| name = "stable_deref_trait" |
| version = "1.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.111" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "target-lexicon" |
| version = "0.13.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
| |
| [[package]] |
| name = "wasmtime-internal-jit-icache-coherence" |
| version = "40.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0858b470463f3e7c73acd6049046049e64be17b98901c2db5047450cf83df1fe" |
| dependencies = [ |
| "anyhow", |
| "cfg-if", |
| "libc", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[package]] |
| name = "wasmtime-internal-math" |
| version = "40.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "222e1a590ece4e898f20af1e541b61d2cb803f2557e7eaff23e6c1db5434454a" |
| dependencies = [ |
| "libm", |
| ] |
| |
| [[package]] |
| name = "windows-link" |
| version = "0.2.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| |
| [[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-sys" |
| version = "0.61.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| dependencies = [ |
| "windows-link", |
| ] |
| |
| [[package]] |
| name = "windows-targets" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| dependencies = [ |
| "windows_aarch64_gnullvm", |
| "windows_aarch64_msvc", |
| "windows_i686_gnu", |
| "windows_i686_gnullvm", |
| "windows_i686_msvc", |
| "windows_x86_64_gnu", |
| "windows_x86_64_gnullvm", |
| "windows_x86_64_msvc", |
| ] |
| |
| [[package]] |
| name = "windows_aarch64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| |
| [[package]] |
| name = "windows_aarch64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| |
| [[package]] |
| name = "windows_i686_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| |
| [[package]] |
| name = "windows_i686_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| |
| [[package]] |
| name = "windows_i686_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| |
| [[package]] |
| name = "windows_x86_64_gnu" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| |
| [[package]] |
| name = "windows_x86_64_gnullvm" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| |
| [[package]] |
| name = "windows_x86_64_msvc" |
| version = "0.52.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |