[[bench]]
harness = false
name = "concat_string"
path = "bench/concat_string.rs"
[dependencies.anyhow]
version = "1.0.86"
[dependencies.arcstr]
version = "1.2.0"
[dependencies.base-encode]
version = "0.3.1"
[dependencies.base64-simd]
version = "0.8.0"
[dependencies.dashmap]
version = "6.0.0"
[dependencies.futures]
version = "0.3.30"
[dependencies.glob-match]
version = "0.2.1"
[dependencies.indexmap]
features = ["serde"]
version = "2.2.6"
[dependencies.infer]
version = "0.16.0"
[dependencies.memchr]
version = "2.7.2"
[dependencies.mime]
version = "0.3.17"
[dependencies.oxc]
features = ["transformer", "minifier", "semantic", "codegen", "serialize"]
version = "0.48.0"
[dependencies.oxc_index]
features = ["rayon", "serde"]
version = "2"
[dependencies.phf]
version = "0.11.2"
[dependencies.regex]
version = "1.10.5"
[dependencies.regress]
version = "0.10.0"
[dependencies.rolldown_std_utils]
package = "maudit_rolldown_std_utils"
version = "0.1.0"
[dependencies.rustc-hash]
version = "2.0.0"
[dependencies.simdutf8]
version = "0.1.5"
[dependencies.xxhash-rust]
features = ["xxh3"]
version = "0.8.10"
[dev-dependencies.criterion2]
default-features = false
version = "2.0.0"
[lib]
doctest = false
name = "maudit_rolldown_utils"
path = "src/lib.rs"
[lints.clippy]
clone_on_ref_ptr = "deny"
dbg_macro = "deny"
doc_markdown = "allow"
empty_drop = "deny"
exit = "deny"
filetype_is_file = "deny"
get_unwrap = "deny"
inconsistent_struct_constructor = "allow"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_inception = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_for_each = "allow"
new_without_default = "allow"
print_stdout = "deny"
rc_buffer = "deny"
rc_mutex = "deny"
rest_pat_in_fully_bound_structs = "deny"
similar_names = "allow"
single_match = "allow"
single_match_else = "allow"
unnecessary_safety_comment = "deny"
[lints.clippy.pedantic]
level = "deny"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fork of Rolldown for the Maudit project until Rolldown is published on crates.io"
edition = "2021"
homepage = "https://rolldown.rs/"
license = "MIT"
name = "maudit_rolldown_utils"
readme = false
repository = "https://github.com/rolldown/rolldown"
version = "0.1.0"
[target.'cfg(not(target_family = "wasm"))'.dependencies.async-scoped]
features = ["use-tokio"]
version = "0.9.0"
[target.'cfg(not(target_family = "wasm"))'.dependencies.rayon]
version = "1.10.0"