# 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 = "wasmdbg" version = "0.1.0" authors = ["Benedikt Werner <1benediktwerner@gmail.com>"] description = "Debugger for wasm binaries" homepage = "https://github.com/benediktwerner/wasmdbg" documentation = "https://docs.rs/wasmdbg" readme = "README.md" keywords = ["wasm", "debugger"] categories = ["wasm", "development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/benediktwerner/wasmdbg.git" [dependencies.clap] version = "2.33" [dependencies.colored] version = "1.8" [dependencies.failure] version = "0.1" [dependencies.lazy_static] version = "1.3" [dependencies.linefeed] version = "0.6" [dependencies.parity-wasm] version = "0.40" [dependencies.shellexpand] version = "1.0" [dependencies.terminal_size] version = "0.1" [dependencies.wasmi-validation] version = "0.2" [dev-dependencies.rand] version = "0.7"