[package] 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" license = "ISC" homepage = "https://github.com/jedisct1/wasmonkey" repository = "https://github.com/jedisct1/wasmonkey" categories = ["wasm"] edition = "2018" [dependencies] clap = { version = "3.2.23", default-features = false, features = [ "std", "cargo", "wrap_help", ] } anyhow = "1.0.68" goblin = "0.6.0" lazy_static = "1.4.0" parity-wasm = "0.45.0" serde = "1.0.152" serde_derive = "1.0.152" serde_json = "1.0.91" siphasher = "0.3.10" thiserror = "1.0.38"