# 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 = "2021" rust-version = "1.64.0" name = "cargo-wasm2map" version = "0.1.0" authors = ["Mark Tolmacs "] description = "Cargo command which generates source map for .wasm file with DWARF debug info embedded as source map." homepage = "https://github.com/mtolmacs/wasm2map" documentation = "https://docs.rs/cargo-wasm2map" readme = "README.md" keywords = [ "webassembly", "wasm", "debug", "sourcemap", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/mtolmacs/wasm2map" resolver = "1" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.wasm2map] version = "0.1.0" [badges.maintenance] status = "actively-developed"