[build-dependencies.cc]
version = "1.2.41"
[build-dependencies.wasmtime-versioned-export-macros]
package = "wasmtime-internal-versioned-export-macros"
version = "=40.0.0"
[dependencies.object]
default-features = false
features = ["read_core", "elf"]
optional = true
version = "0.37.3"
[dependencies.wasmtime-versioned-export-macros]
package = "wasmtime-internal-versioned-export-macros"
version = "=40.0.0"
[features]
gdb_jit_int = []
perf_jitdump = ["rustix", "object", "std"]
std = []
[lib]
name = "wasmtime_internal_jit_debug"
path = "src/lib.rs"
[lints.clippy]
allow_attributes_without_reason = "warn"
clone_on_copy = "warn"
extra_unused_type_parameters = "warn"
from_over_into = "warn"
manual_strip = "warn"
map_clone = "warn"
multiple_bound_locations = "warn"
redundant_field_names = "warn"
uninlined_format_args = "warn"
unnecessary_cast = "warn"
unnecessary_fallible_conversions = "warn"
unnecessary_mut_passed = "warn"
unnecessary_to_owned = "warn"
useless_conversion = "warn"
[lints.clippy.all]
level = "allow"
priority = -1
[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused-macro-rules = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(pulley_tail_calls)", "cfg(pulley_assume_llvm_makes_tail_calls)", "cfg(pulley_disable_interp_simd)"]
level = "warn"
priority = 0
[package]
authors = ["The Wasmtime Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools::debugging"]
description = "INTERNAL: JIT debug interfaces support for Wasmtime"
edition = "2024"
keywords = ["gdb", "jit"]
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-internal-jit-debug"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
resolver = "2"
rust-version = "1.89.0"
version = "40.0.0"
[target.'cfg(target_os = "linux")'.dependencies.rustix]
features = ["mm", "time"]
optional = true
version = "1.0.8"