[[bench]]
harness = false
name = "concat_string"
path = "bench/concat_string.rs"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.arcstr]
default-features = false
version = "1.2.0"
[dependencies.base-encode]
version = "0.3.1"
[dependencies.base64-simd]
version = "0.8.0"
[dependencies.cow-utils]
version = "0.1.3"
[dependencies.dashmap]
version = "6.1.0"
[dependencies.fast-glob]
version = "1.0.0"
[dependencies.form_urlencoded]
version = "1.2.1"
[dependencies.futures]
version = "0.3.31"
[dependencies.indexmap]
features = ["serde"]
version = "2.9.0"
[dependencies.infer]
version = "0.19.0"
[dependencies.itoa]
version = "1.0.15"
[dependencies.memchr]
version = "2.7.4"
[dependencies.mime]
version = "0.3.17"
[dependencies.nom]
version = "8.0.0"
[dependencies.oxc]
features = ["ast_visit", "transformer", "minifier", "mangler", "semantic", "codegen", "serialize", "isolated_declarations", "regular_expression", "cfg"]
version = "0.106.0"
[dependencies.oxc_index]
features = ["rayon", "serde"]
version = "4"
[dependencies.phf]
features = ["macros"]
version = "0.13.0"
[dependencies.regex]
version = "1.11.1"
[dependencies.regress]
version = "0.10.3"
[dependencies.rolldown_error]
package = "brk_rolldown_error"
version = "0.7.0"
[dependencies.rolldown_std_utils]
package = "brk_rolldown_std_utils"
version = "0.7.0"
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.simdutf8]
version = "0.1.5"
[dependencies.sugar_path]
features = ["cached_current_dir"]
version = "1.2.1"
[dependencies.tokio]
default-features = false
version = "1.45.0"
[dependencies.uuid]
features = ["v4"]
version = "1.17.0"
[dependencies.xxhash-rust]
features = ["xxh3"]
version = "0.8.15"
[dev-dependencies.criterion2]
default-features = false
version = "3.0.0"
[lib]
doctest = false
name = "brk_rolldown_utils"
path = "src/lib.rs"
[lints.clippy]
allow_attributes = "deny"
case_sensitive_file_extension_comparisons = "allow"
clone_on_ref_ptr = "deny"
collapsible_if = "allow"
dbg_macro = "deny"
debug_assert_with_mut_call = "warn"
doc_markdown = "allow"
empty_drop = "deny"
exit = "deny"
filetype_is_file = "deny"
get_unwrap = "deny"
inconsistent_struct_constructor = "allow"
iter_on_single_items = "warn"
map_unwrap_or = "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"
needless_pass_by_ref_mut = "warn"
new_without_default = "allow"
print_stdout = "deny"
rc_buffer = "deny"
rc_mutex = "deny"
redundant_clone = "warn"
redundant_pub_crate = "warn"
rest_pat_in_fully_bound_structs = "deny"
significant_drop_in_scrutinee = "warn"
similar_names = "allow"
single_match = "allow"
single_match_else = "allow"
unnecessary_safety_comment = "deny"
unused_peekable = "warn"
[lints.clippy.pedantic]
level = "deny"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "brk fork of rolldown_utils"
edition = "2024"
homepage = "https://rolldown.rs/"
license = "MIT"
name = "brk_rolldown_utils"
publish = true
readme = false
repository = "https://github.com/rolldown/rolldown"
version = "0.7.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"