[package]
edition = "2024"
name = "rolldown_plugin_vite_css_post"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rolldown plugin for Vite CSS post-processing"
homepage = "https://rolldown.rs/"
readme = false
license = "MIT"
repository = "https://github.com/rolldown/rolldown"
[lib]
name = "rolldown_plugin_vite_css_post"
path = "src/lib.rs"
doctest = false
[dependencies.anyhow]
version = "1.0.98"
[dependencies.arcstr]
version = "1.2.0"
default-features = false
[dependencies.base64-simd]
version = "0.8.0"
[dependencies.cow-utils]
version = "0.1.3"
[dependencies.derive_more]
version = "2.0.1"
features = ["debug"]
[dependencies.regex]
version = "1.11.1"
[dependencies.rolldown_common]
version = "0.1.0"
[dependencies.rolldown_plugin]
version = "0.1.0"
[dependencies.rolldown_plugin_utils]
version = "0.1.0"
[dependencies.rolldown_utils]
version = "0.1.0"
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.string_wizard]
version = "0.0.27"
features = ["serde"]
[dependencies.sugar_path]
version = "1.2.0"
features = ["cached_current_dir"]
[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