# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wasm-info" version = "0.1.4" authors = ["Nikolay Volf ", "Svyatoslav Nikolsky ", "Sergey Shulepov "] description = "A wrapper of parity-wasm for printing information of wasm binary" homepage = "https://github.com/clearloop/wasm-info" readme = "./README.md" keywords = ["wasm"] license = "MIT" repository = "https://github.com/clearloop/wasm-info" [dependencies.parity-wasm] version = "0.42.1" [dependencies.rustc-demangle] version = "0.1"