# 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 = "wasm2map" version = "0.1.0" authors = ["Mark Tolmacs "] description = "Generates source map for .wasm file with DWARF debug info embedded as source map." homepage = "https://github.com/mtolmacs/wasm2map" documentation = "https://docs.rs/wasm2map" readme = "README.md" keywords = [ "webassembly", "wasm", "debug", "sourcemap", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/mtolmacs/wasm2map" resolver = "1" [lib] [dependencies.cfg-if] version = ">= 0.1.5" [dependencies.gimli] version = "0.27.2" features = ["read"] default-features = false [dependencies.memmap2] version = "~0.5.10" optional = true default-features = false [dependencies.object] version = "~0.31.0" features = ["wasm"] [dependencies.rand] version = ">= 0.3.23" [dependencies.thiserror] version = ">= 1.0.7" [build-dependencies.gcc] version = ">= 0.3.4" [features] default = ["memmap2"] [badges.maintenance] status = "actively-developed"