[dependencies.object]
default-features = false
features = ["read_core", "elf"]
optional = true
version = "0.36"
[dependencies.once_cell]
default-features = false
optional = true
version = "1.12.0"
[dependencies.wasmtime-versioned-export-macros]
version = "=23.0.3"
[features]
gdb_jit_int = ["once_cell"]
perf_jitdump = ["rustix", "object"]
[lib]
name = "wasmtime_jit_debug"
path = "src/lib.rs"
[lints.clippy]
all = "allow"
[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
[package]
authors = ["The Wasmtime Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "JIT debug interfaces support for Wasmtime"
edition = "2021"
keywords = ["gdb", "jit"]
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-jit-debug"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "23.0.3"
[target.'cfg(target_os = "linux")'.dependencies.rustix]
features = ["mm", "param", "time"]
optional = true
version = "0.38.31"