[package] name = "dwarfdump-wasm" version = "0.1.1" edition = "2021" description = "Dump DWARF sections from a WebAssembly binary" authors = ["Sven Sauleau "] license = "MIT" keywords = ["wasm", "dwarf", "dump", "section", "deub"] repository = "https://github.com/xtuc/dwarfdump-wasm" [dependencies] gimli = "0.26.2" wasm-parser = { version = "0.1.12" } core-wasm-ast = { version = "0.1.12" } getopts = "0.2.21" regex = "1.7.0" fallible-iterator = "0.2.0" num_cpus = "1.14.0" crossbeam = "0.8.2"