# 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-edit" version = "0.1.7" authors = ["Sven Sauleau "] include = [ "runtime/build/runtime.wasm", "src/", ] description = "Edit and instrument already compiled Wasm binaries" readme = "README.md" keywords = [ "wasm", "edit", "transform", "instrument", ] license = "MIT" repository = "https://github.com/xtuc/wasm-edit" [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "4.0.17" features = ["derive"] [dependencies.core-wasm-ast] version = "0.1.15" [dependencies.env_logger] version = "0.9.1" [dependencies.leb128] version = "0.2.5" [dependencies.log] version = "0.4.17" [dependencies.nom] version = "7" [dependencies.num_cpus] version = "1.14.0" [dependencies.threadpool] version = "1.8.1" [dependencies.wasm-parser] version = "0.1.15" [dependencies.wasm-printer] version = "0.1.15"