# 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 = "2018" name = "wasmonkey" version = "0.1.17" authors = ["Frank Denis "] description = "Patch a WASM object file to replace a set of exported functions with imported functions from another library" homepage = "https://github.com/jedisct1/wasmonkey" readme = "README.md" categories = ["wasm"] license = "ISC" repository = "https://github.com/jedisct1/wasmonkey" [dependencies.anyhow] version = "1.0.68" [dependencies.clap] version = "3.2.23" features = [ "std", "cargo", "wrap_help", ] default-features = false [dependencies.goblin] version = "0.6.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.parity-wasm] version = "0.45.0" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_json] version = "1.0.91" [dependencies.siphasher] version = "0.3.10" [dependencies.thiserror] version = "1.0.38"