wazabin-qcode-jit 0.4.0

Cranelift JIT backend for the qcode IR: an alternative execution strategy to the interpreter
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.91"
name = "wazabin-qcode-jit"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cranelift JIT backend for the qcode IR: an alternative execution strategy to the interpreter"
homepage = "https://github.com/wazabin/qcode"
documentation = "https://docs.rs/wazabin-qcode-jit"
readme = "readme.md"
keywords = [
    "binary-analysis",
    "cranelift",
    "emulator",
    "jit",
    "reverse-engineering",
]
categories = [
    "development-tools::debugging",
    "emulators",
]
license = "MIT"
repository = "https://github.com/wazabin/qcode"
resolver = "2"

[lib]
name = "qcode_jit"
path = "src/lib.rs"

[[example]]
name = "qcode-run"
path = "examples/qcode-run.rs"

[[test]]
name = "coverage_probe"
path = "tests/coverage_probe.rs"

[[test]]
name = "differential"
path = "tests/differential.rs"

[[test]]
name = "divergence"
path = "tests/divergence.rs"

[[test]]
name = "division"
path = "tests/division.rs"

[[test]]
name = "embench"
path = "tests/embench.rs"

[[test]]
name = "guest_memory"
path = "tests/guest_memory.rs"

[[test]]
name = "guest_rate_probe"
path = "tests/guest_rate_probe.rs"

[[test]]
name = "hooks"
path = "tests/hooks.rs"

[[test]]
name = "mmu_coverage_probe"
path = "tests/mmu_coverage_probe.rs"

[[test]]
name = "terminators"
path = "tests/terminators.rs"

[[test]]
name = "unicorn_table"
path = "tests/unicorn_table.rs"

[[test]]
name = "vm_integration"
path = "tests/vm_integration.rs"

[dependencies.cranelift]
version = "0.129"

[dependencies.cranelift-jit]
version = "0.129"

[dependencies.cranelift-module]
version = "0.129"

[dependencies.cranelift-native]
version = "0.129"

[dependencies.qcode]
version = "0.4.0"
package = "wazabin-qcode"

[dependencies.qcode_emulator]
version = "0.4.0"
package = "wazabin-qcode-emulator"

[dependencies.qcode_vm]
version = "0.4.0"
package = "wazabin-qcode-vm"

[dependencies.rustc-hash]
version = "2"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.sleigh]
version = "0.1.2"
package = "wazabin-sleigh"

[dev-dependencies.sleigh-precompile]
version = "0.1.2"
package = "wazabin-sleigh-precompile"

[dev-dependencies.wazabin-qcode-macro]
version = "0.4.0"

[dev-dependencies.wazabin-qcode-sleigh]
version = "0.4.0"