[package] name = "wasmtime-profiling" version = "0.1.0" authors = ["The Wasmtime Project Developers"] description = "Runtime library support for Wasmtime" license = "Apache-2.0 WITH LLVM-exception" categories = ["wasm"] keywords = ["webassembly", "wasm"] repository = "https://github.com/bytecodealliance/wasmtime" readme = "README.md" edition = "2018" [dependencies] libc = { version = "0.2.60", default-features = false } goblin = "0.0.24" serde = { version = "1.0.99", features = ["derive"] } scroll = "0.9.2" gimli = "0.19.0" object = "0.12.0" target-lexicon = "0.4.0" lazy_static = "1.4" [badges] maintenance = { status = "actively-developed" } [features] jitdump = []