cranelift-native 0.125.0

Support for targeting the host with Cranelift
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "allocator-api2"
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9"

[[package]]
name = "arbitrary"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"

[[package]]
name = "bumpalo"
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
dependencies = [
 "allocator-api2",
]

[[package]]
name = "cranelift-assembler-x64"
version = "0.125.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a206311a73500542f61e969cbf2b748a0ad4ee8e2eda73d35fbc185805f4e58d"
dependencies = [
 "cranelift-assembler-x64-meta",
]

[[package]]
name = "cranelift-assembler-x64-meta"
version = "0.125.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd44843383207dda5cec808d6536c39faf8810e2c79181373ca72e46444d0bc9"
dependencies = [
 "cranelift-srcgen",
]

[[package]]
name = "cranelift-bforest"
version = "0.125.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c55ae16c48eab10ed0deae854d86308d174e592e713ced6d00d2cc0ba86bae01"
dependencies = [
 "cranelift-entity",
]

[[package]]
name = "cranelift-bitset"
version = "0.125.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b368e1316a8a29075e69499b5c5203ebd57eaeffb5816c3cc66f9cccfc3a791"

[[package]]
name = "cranelift-codegen"
version = "0.125.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a8048ed4ed0679bf202ab5446a7f1481f5a0f4cfcbf5317869515e91322e3a5"
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.125.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "507c69ba27914015ab62b3a7397eed55120b57933ad75b4fdf226c14511ee290"
dependencies = [
 "cranelift-assembler-x64-meta",
 "cranelift-codegen-shared",
 "cranelift-srcgen",
 "heck",
]

[[package]]
name = "cranelift-codegen-shared"
version = "0.125.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36c10afcd5703d2c2671a413da84ed024bbe7e4bff6955fb7e57c907d7639d4"

[[package]]
name = "cranelift-control"
version = "0.125.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c1c994cf0bae9ef8bf3de95ef5d339f2bc42b61171db4db65800c497f592258"
dependencies = [
 "arbitrary",
]

[[package]]
name = "cranelift-entity"
version = "0.125.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ef2a24de51d02cbbefd48c95ac4660e954c60bfb82c4204aee8c1a94283aa5"
dependencies = [
 "cranelift-bitset",
]

[[package]]
name = "cranelift-isle"
version = "0.125.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7944c7d0f3f238ee536ba8676337890b3c3863fa767fe41d8014f69150b3ab"

[[package]]
name = "cranelift-native"
version = "0.125.0"
dependencies = [
 "cranelift-codegen",
 "libc",
 "target-lexicon",
]

[[package]]
name = "cranelift-srcgen"
version = "0.125.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5acfd05a6f3087812f8fa53dd72b45b87b505d7829dcf2cda4c631068e19ea9e"

[[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.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93563d740bc9ef04104f9ed6f86f1e3275c2cdafb95664e26584b9ca807a8ffe"
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"

[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"

[[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.171"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"

[[package]]
name = "libm"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"

[[package]]
name = "log"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"

[[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.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "regalloc2"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd8138ce7c3d7c13be4f61893154b5d711bd798d2d7be3ecb8dcc7e7a06ca98"
dependencies = [
 "allocator-api2",
 "bumpalo",
 "hashbrown",
 "log",
 "rustc-hash",
 "smallvec",
]

[[package]]
name = "rustc-hash"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"

[[package]]
name = "serde"
version = "1.0.215"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde_derive"
version = "1.0.215"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
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.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "target-lexicon"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ff4a4048091358129767b8a200d6927f58876c8b5ea16fb7b0222d43b79bfa8"

[[package]]
name = "unicode-ident"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"

[[package]]
name = "wasmtime-internal-math"
version = "38.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a93f87aa69abd1da8ab2e1895aa57438fdb69be3c461b83bf6b2c80b7701b17"
dependencies = [
 "libm",
]