rolldown_dev_common 1.1.5

Common types for rolldown dev mode
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "rolldown_dev_common"
version = "1.1.5"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common types for rolldown dev mode"
homepage = "https://rolldown.rs/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rolldown/rolldown"

[features]
deserialize_dev_options = [
    "dep:schemars",
    "dep:serde",
]

[lib]
name = "rolldown_dev_common"
path = "src/lib.rs"
test = false
doctest = false

[dependencies.derive_more]
version = "2.1.1"
features = ["debug"]

[dependencies.rolldown_common]
version = "1.1.5"

[dependencies.rolldown_error]
version = "1.1.5"

[dependencies.rolldown_utils]
version = "1.1.5"

[dependencies.schemars]
version = "1.2.1"
optional = true

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]
optional = true

[lints.clippy]
allow_attributes = "deny"
as_underscore = "deny"
assertions_on_result_states = "deny"
branches_sharing_code = "allow"
case_sensitive_file_extension_comparisons = "allow"
clone_on_ref_ptr = "deny"
cognitive_complexity = "allow"
collapsible_if = "allow"
dbg_macro = "deny"
deref_by_slicing = "deny"
doc_markdown = "allow"
empty_drop = "deny"
empty_enum_variants_with_brackets = "deny"
equatable_if_let = "allow"
exit = "deny"
fallible_impl_from = "allow"
filetype_is_file = "deny"
float_cmp_const = "deny"
fn_to_numeric_cast_any = "deny"
get_unwrap = "deny"
impl_trait_in_params = "allow"
iter_with_drain = "allow"
large_include_file = "deny"
literal_string_with_formatting_args = "allow"
lossy_float_literal = "deny"
map_unwrap_or = "allow"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
mixed_read_write_in_expression = "deny"
module_inception = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_collect = "allow"
needless_for_each = "allow"
new_without_default = "allow"
non_send_fields_in_send_ty = "allow"
option_if_let_else = "allow"
or_fun_call = "allow"
pathbuf_init_then_push = "deny"
precedence_bits = "deny"
print_stderr = "deny"
print_stdout = "deny"
pub_without_shorthand = "deny"
rc_buffer = "deny"
rc_mutex = "deny"
rest_pat_in_fully_bound_structs = "deny"
self_named_module_files = "deny"
significant_drop_tightening = "allow"
similar_names = "allow"
single_match_else = "allow"
single_option_map = "allow"
string_lit_as_bytes = "allow"
string_lit_chars_any = "deny"
struct_field_names = "allow"
suspicious_xor_used_as_pow = "deny"
todo = "deny"
too_long_first_doc_paragraph = "allow"
trivial_regex = "allow"
trivially_copy_pass_by_ref = "allow"
unimplemented = "deny"
unnecessary_safety_comment = "deny"
unnecessary_safety_doc = "deny"
unnecessary_self_imports = "deny"
unnecessary_struct_initialization = "allow"
unused_result_ok = "deny"
unused_self = "allow"
use_self = "allow"
useless_let_if_seq = "allow"
wrong_self_convention = "allow"
zero_sized_map_values = "allow"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1