| # 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.20.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| 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.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "4f248321c6a7d4de5dcf2939368e96a397ad3f53b6a076e38d0104d1da326d37" |
| dependencies = [ |
| "cranelift-assembler-x64-meta", |
| ] |
| |
| [[package]] |
| name = "cranelift-assembler-x64-meta" |
| version = "0.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ab6d78ff1f7d9bf8b7e1afbedbf78ba49e38e9da479d4c8a2db094e22f64e2bc" |
| dependencies = [ |
| "cranelift-srcgen", |
| ] |
| |
| [[package]] |
| name = "cranelift-bforest" |
| version = "0.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "6b6005ba640213a5b95382aeaf6b82bf028309581c8d7349778d66f27dc1180b" |
| dependencies = [ |
| "cranelift-entity", |
| "wasmtime-internal-core", |
| ] |
| |
| [[package]] |
| name = "cranelift-bitset" |
| version = "0.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "81fb5b134a12b559ff0c0f5af0fcd755ad380723b5016c4e0d36f74d39485340" |
| dependencies = [ |
| "wasmtime-internal-core", |
| ] |
| |
| [[package]] |
| name = "cranelift-codegen" |
| version = "0.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "85837de8be7f17a4034a6b08816f05a3144345d2091937b39d415990daca28f4" |
| dependencies = [ |
| "bumpalo", |
| "cranelift-assembler-x64", |
| "cranelift-bforest", |
| "cranelift-bitset", |
| "cranelift-codegen-meta", |
| "cranelift-codegen-shared", |
| "cranelift-control", |
| "cranelift-entity", |
| "cranelift-isle", |
| "gimli", |
| "hashbrown 0.16.1", |
| "libm", |
| "log", |
| "regalloc2", |
| "rustc-hash", |
| "serde", |
| "smallvec", |
| "target-lexicon", |
| "wasmtime-internal-core", |
| ] |
| |
| [[package]] |
| name = "cranelift-codegen-meta" |
| version = "0.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e433faa87d38e5b8ff469e44a26fea4f93e58abd7a7c10bad9810056139700c9" |
| dependencies = [ |
| "cranelift-assembler-x64-meta", |
| "cranelift-codegen-shared", |
| "cranelift-srcgen", |
| "heck", |
| ] |
| |
| [[package]] |
| name = "cranelift-codegen-shared" |
| version = "0.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5397ba61976e13944ca71230775db13ee1cb62849701ed35b753f4761ed0a9b7" |
| |
| [[package]] |
| name = "cranelift-control" |
| version = "0.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "cc81c88765580720eb30f4fc2c1bfdb75fcbf3094f87b3cd69cecca79d77a245" |
| dependencies = [ |
| "arbitrary", |
| ] |
| |
| [[package]] |
| name = "cranelift-entity" |
| version = "0.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "463feed5d46cf8763f3ba3045284cf706dd161496e20ec9c14afbb4ba09b9e66" |
| dependencies = [ |
| "cranelift-bitset", |
| "wasmtime-internal-core", |
| ] |
| |
| [[package]] |
| name = "cranelift-frontend" |
| version = "0.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a4c5eca7696c1c04ab4c7ed8d18eadbb47d6cc9f14ec86fe0881bf1d7e97e261" |
| dependencies = [ |
| "cranelift-codegen", |
| "log", |
| "smallvec", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "cranelift-isle" |
| version = "0.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f1153844610cc9c6da8cf10ce205e45da1a585b7688ed558aa808bbe2e4e6d77" |
| |
| [[package]] |
| name = "cranelift-jit" |
| version = "0.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "41836de8321b303d3d4188e58cc09c30c7645337342acfcfb363732695cae098" |
| 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.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b731f66cb1b69b60a74216e632968ebdbb95c488d26aa1448ec226ae0ffec33e" |
| dependencies = [ |
| "anyhow", |
| "cranelift-codegen", |
| "cranelift-control", |
| ] |
| |
| [[package]] |
| name = "cranelift-native" |
| version = "0.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a97b583fe9a60f06b0464cee6be5a17f623fd91b217aaac99b51b339d19911af" |
| dependencies = [ |
| "cranelift-codegen", |
| "libc", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "cranelift-object" |
| version = "0.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9809d2d419cd18f17377f4ce64a7ad22eeda0d042c08833d3796657f1ddebc82" |
| dependencies = [ |
| "anyhow", |
| "cranelift-codegen", |
| "cranelift-control", |
| "cranelift-module", |
| "log", |
| "object", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "cranelift-srcgen" |
| version = "0.130.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8594dc6bb4860fa8292f1814c76459dbfb933e1978d8222de6380efce45c7cee" |
| |
| [[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 = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "foldhash" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| |
| [[package]] |
| name = "gimli" |
| version = "0.33.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0bf7f043f89559805f8c7cacc432749b2fa0d0a0a9ee46ce47164ed5ba7f126c" |
| dependencies = [ |
| "fnv", |
| "hashbrown 0.16.1", |
| "indexmap", |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.15.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.16.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 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.13.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| dependencies = [ |
| "equivalent", |
| "hashbrown 0.16.1", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.180" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" |
| |
| [[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.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| |
| [[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.38.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "271638cd5fa9cca89c4c304675ca658efc4e64a66c716b7cfe1afb4b9611dbbc" |
| dependencies = [ |
| "crc32fast", |
| "hashbrown 0.16.1", |
| "indexmap", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.106" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "regalloc2" |
| version = "0.15.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "952ddbfc6f9f64d006c3efd8c9851a6ba2f2b944ba94730db255d55006e0ffda" |
| dependencies = [ |
| "allocator-api2", |
| "bumpalo", |
| "hashbrown 0.15.5", |
| "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.114" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "target-lexicon" |
| version = "0.13.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b1dd07eb858a2067e2f3c7155d54e929265c264e6f37efe3ee7a8d1b5a1dd0ba" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
| |
| [[package]] |
| name = "wasmtime-internal-core" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e671917bb6856ae360cb59d7aaf26f1cfd042c7b924319dd06fd380739fc0b2e" |
| dependencies = [ |
| "hashbrown 0.16.1", |
| "libm", |
| ] |
| |
| [[package]] |
| name = "wasmtime-internal-jit-icache-coherence" |
| version = "43.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9b3112806515fac8495883885eb8dbdde849988ae91fe6beb544c0d7c0f4c9aa" |
| dependencies = [ |
| "cfg-if", |
| "libc", |
| "wasmtime-internal-core", |
| "windows-sys 0.61.2", |
| ] |
| |
| [[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" |