# 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" name = "speedy_parcel_sourcemap" version = "2.0.2" authors = ["Jasper De Moor "] description = "Parcel Source Map Library" keywords = ["sourcemap", "Node", "Parcel"] license = "MIT" repository = "https://github.com/parcel-bundler/source-map" [dependencies.js-sys] version = "0.3" optional = true [dependencies.napi] version = "2" optional = true default-features = false [dependencies.napi-derive] version = "2" default-features = false [dependencies.rkyv] version = "0.6.7" [dependencies.vlq] version = "0.5.1" [dependencies.wasm-bindgen] version = "0.2" optional = true [features] default = ["native"] native = ["napi"] skip_napi = ["napi-derive/noop"] wasm = ["js-sys", "wasm-bindgen", "napi-derive/noop"]