| # 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.95" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" |
| |
| [[package]] |
| name = "arbitrary" |
| version = "1.4.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.3.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| |
| [[package]] |
| name = "bumpalo" |
| version = "3.16.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
| dependencies = [ |
| "allocator-api2", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "1.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| |
| [[package]] |
| name = "cranelift-assembler-x64" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "d2b83fcf2fc1c8954561490d02079b496fd0c757da88129981e15bfe3a548229" |
| dependencies = [ |
| "cranelift-assembler-x64-meta", |
| ] |
| |
| [[package]] |
| name = "cranelift-assembler-x64-meta" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7496a6e92b5cee48c5d772b0443df58816dee30fed6ba19b2a28e78037ecedf" |
| |
| [[package]] |
| name = "cranelift-bforest" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73a9dc0a8d3d49ee772101924968830f1c1937d650c571d3c2dd69dc36a68f41" |
| dependencies = [ |
| "cranelift-entity", |
| ] |
| |
| [[package]] |
| name = "cranelift-bitset" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "573c641174c40ef31021ae4a5a3ad78974e280633502d0dfc6e362385e0c100f" |
| |
| [[package]] |
| name = "cranelift-codegen" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "2d7c94d572615156f2db682181cadbd96342892c31e08cc26a757344319a9220" |
| 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", |
| ] |
| |
| [[package]] |
| name = "cranelift-codegen-meta" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "beecd9fcf2c3e06da436d565de61a42676097ea6eb6b4499346ac6264b6bb9ce" |
| dependencies = [ |
| "cranelift-assembler-x64", |
| "cranelift-codegen-shared", |
| ] |
| |
| [[package]] |
| name = "cranelift-codegen-shared" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0f4ff8d2e1235f2d6e7fc3c6738be6954ba972cd295f09079ebffeca2f864e22" |
| |
| [[package]] |
| name = "cranelift-control" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "001312e9fbc7d9ca9517474d6fe71e29d07e52997fd7efe18f19e8836446ceb2" |
| dependencies = [ |
| "arbitrary", |
| ] |
| |
| [[package]] |
| name = "cranelift-entity" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "eb0fd6d4aae680275fcbceb08683416b744e65c8b607352043d3f0951d72b3b2" |
| dependencies = [ |
| "cranelift-bitset", |
| ] |
| |
| [[package]] |
| name = "cranelift-frontend" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "9fd44e7e5dcea20ca104d45894748205c51365ce4cdb18f4418e3ba955971d1b" |
| dependencies = [ |
| "cranelift-codegen", |
| "log", |
| "smallvec", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "cranelift-isle" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "f900e0a3847d51eed0321f0777947fb852ccfce0da7fb070100357f69a2f37fc" |
| |
| [[package]] |
| name = "cranelift-jit" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "55e37088dec72b7819f980558faaba9215d248fec4a2c3b89357b474f9e46f21" |
| dependencies = [ |
| "anyhow", |
| "cranelift-codegen", |
| "cranelift-control", |
| "cranelift-entity", |
| "cranelift-module", |
| "cranelift-native", |
| "libc", |
| "log", |
| "region", |
| "target-lexicon", |
| "wasmtime-jit-icache-coherence", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[package]] |
| name = "cranelift-module" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "e9c3d728819ff644e8613d808378cbfed54fef464790f32e62079e638639eeff" |
| dependencies = [ |
| "anyhow", |
| "cranelift-codegen", |
| "cranelift-control", |
| ] |
| |
| [[package]] |
| name = "cranelift-native" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "7617f13f392ebb63c5126258aca8b8eca739636ca7e4eeee301d3eff68489a6a" |
| dependencies = [ |
| "cranelift-codegen", |
| "libc", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "cranelift-object" |
| version = "0.117.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "60fc9092f7d9bba17c96ce51de5d91461f7905f3e1c43d1ba965df4b884d16ce" |
| dependencies = [ |
| "anyhow", |
| "cranelift-codegen", |
| "cranelift-control", |
| "cranelift-module", |
| "log", |
| "object", |
| "target-lexicon", |
| ] |
| |
| [[package]] |
| name = "crc32fast" |
| version = "1.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
| dependencies = [ |
| "cfg-if", |
| ] |
| |
| [[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 = "foldhash" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" |
| |
| [[package]] |
| name = "gimli" |
| version = "0.31.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
| dependencies = [ |
| "fallible-iterator", |
| "indexmap", |
| "stable_deref_trait", |
| ] |
| |
| [[package]] |
| name = "hashbrown" |
| version = "0.15.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" |
| dependencies = [ |
| "foldhash", |
| ] |
| |
| [[package]] |
| name = "indexmap" |
| version = "2.7.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" |
| dependencies = [ |
| "equivalent", |
| "hashbrown", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.169" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" |
| |
| [[package]] |
| name = "libloading" |
| version = "0.8.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" |
| dependencies = [ |
| "cfg-if", |
| "windows-targets", |
| ] |
| |
| [[package]] |
| name = "log" |
| version = "0.4.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" |
| |
| [[package]] |
| name = "mach2" |
| version = "0.4.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" |
| dependencies = [ |
| "libc", |
| ] |
| |
| [[package]] |
| name = "memchr" |
| version = "2.7.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
| |
| [[package]] |
| name = "object" |
| version = "0.36.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
| dependencies = [ |
| "crc32fast", |
| "hashbrown", |
| "indexmap", |
| "memchr", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.92" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "regalloc2" |
| version = "0.11.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3" |
| 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.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" |
| |
| [[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.217" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" |
| dependencies = [ |
| "serde_derive", |
| ] |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.217" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "1.13.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
| |
| [[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.95" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "46f71c0377baf4ef1cc3e3402ded576dccc315800fbc62dfc7fe04b009773b4a" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "target-lexicon" |
| version = "0.13.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "dc12939a1c9b9d391e0b7135f72fd30508b73450753e28341fed159317582a77" |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
| |
| [[package]] |
| name = "wasmtime-jit-icache-coherence" |
| version = "30.0.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f180cc0d2745e3a5df5d02231cd3046f49c75512eaa987b8202363b112e125d" |
| dependencies = [ |
| "anyhow", |
| "cfg-if", |
| "libc", |
| "windows-sys 0.59.0", |
| ] |
| |
| [[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.59.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| dependencies = [ |
| "windows-targets", |
| ] |
| |
| [[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" |