maudit_rolldown_sourcemap 0.1.0

Fork of Rolldown for the Maudit project until Rolldown is published on crates.io
Documentation
[package]
description = "Fork of Rolldown for the Maudit project until Rolldown is published on crates.io"
name        = "maudit_rolldown_sourcemap"
version     = "0.1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

edition.workspace    = true
homepage.workspace   = true
license.workspace    = true
repository.workspace = true

[lints]
workspace = true

[lib]
bench   = false
doctest = false

[dependencies]
memchr         = { workspace = true }
oxc            = { workspace = true }
oxc_sourcemap  = { workspace = true, features = ["rayon"] }
rolldown_utils = { workspace = true }
rustc-hash     = { workspace = true }

[dev-dependencies]
criterion2 = { workspace = true, default-features = false }


[[bench]]
harness = false
name    = "join"