[package] authors = ["Nick Fitzgerald ", "Tom Tromey "] description = "Exported WebAssembly API for the `source-map-mappings` crate." license = "Apache-2.0/MIT" name = "source-map-mappings-wasm-api" readme = "../README.md" repository = "https://github.com/fitzgen/source-map-mappings" version = "0.5.0" [badges.travis-ci] repository = "fitzgen/source-map-mappings" [dependencies] source-map-mappings = { version = "0.5.0", path = ".." } [features] profiling = [] [lib] crate-type = ["cdylib"] [profile.release] debug = true