# 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 = "2021" name = "dwarfdump-wasm" version = "0.1.1" authors = ["Sven Sauleau "] description = "Dump DWARF sections from a WebAssembly binary" readme = "README.md" keywords = [ "wasm", "dwarf", "dump", "section", "deub", ] license = "MIT" repository = "https://github.com/xtuc/dwarfdump-wasm" [dependencies.core-wasm-ast] version = "0.1.12" [dependencies.crossbeam] version = "0.8.2" [dependencies.fallible-iterator] version = "0.2.0" [dependencies.getopts] version = "0.2.21" [dependencies.gimli] version = "0.26.2" [dependencies.num_cpus] version = "1.14.0" [dependencies.regex] version = "1.7.0" [dependencies.wasm-parser] version = "0.1.12"