swc_sourcemap 10.0.2

Forked from https://github.com/getsentry/rust-sourcemap
Documentation
[package]
authors     = ["Sentry <hello@sentry.io>", "swc-project <https://swc.rs>"]
description = "Forked from https://github.com/getsentry/rust-sourcemap"
edition     = "2018"
homepage    = "https://github.com/swc-project/swc-sourcemap"
keywords    = ["javascript", "sourcemap", "sourcemaps"]
license     = "BSD-3-Clause"
name        = "swc_sourcemap"
repository  = { workspace = true }
version     = "10.0.2"

[package.metadata.docs.rs]
all-features = true

[dependencies]
base64-simd      = { version = "0.8" }
bitvec           = "1.0.1"
bytes-str        = { version = "0.2.4", features = ["serde"] }
data-encoding    = "2.3.3"
debugid          = { version = "0.8.0", features = ["serde"] }
if_chain         = "1.0.0"
rustc-hash       = "2.1.1"
scroll           = { version = "0.12.0", features = ["derive"], optional = true }
serde            = { version = "1.0.104", features = ["derive", "rc"] }
serde_json       = { version = "1.0.48", features = ["raw_value"] }
unicode-id-start = "1"
url              = "2.1.1"

[features]
ram_bundle = ["scroll"]

[dev-dependencies]
magic_string = "0.3.4"
proptest     = "1.2.0"