# 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 = "wasm-coredump-rewriter" version = "0.2.1" authors = ["Sven Sauleau "] build = false include = [ "src", "runtime.wasm", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rewrite Wasm binaries to add coredump support" readme = "README.md" keywords = [ "wasm", "rewrite", "coredump", ] license = "MIT" repository = "https://github.com/xtuc/wasm-coredump/tree/main/bin/rewriter" resolver = "1" [lib] name = "wasm_coredump_rewriter" path = "src/lib.rs" [[bin]] name = "wasm-coredump-rewriter" path = "src/main.rs" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.core-wasm-ast] version = "0.2.1" [dependencies.env_logger] version = "0.9.1" [dependencies.log] version = "0.4.17" [dependencies.wasm-parser] version = "0.2.1" [dependencies.wasm-printer] version = "0.2.1"