[package] name = "wasm-info" version = "0.1.4" authors = [ "Nikolay Volf ", "Svyatoslav Nikolsky ", "Sergey Shulepov ", ] edition = "2018" description = "A wrapper of parity-wasm for printing information of wasm binary" repository = "https://github.com/clearloop/wasm-info" license = "MIT" homepage = "https://github.com/clearloop/wasm-info" keywords = ["wasm"] readme = './README.md' # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] parity-wasm = "0.42.1" rustc-demangle = "0.1"