maudit_rolldown_ecmascript_utils 0.1.0

Fork of Rolldown for the Maudit project until Rolldown is published on crates.io
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 = "2021"
name = "maudit_rolldown_ecmascript_utils"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fork of Rolldown for the Maudit project until Rolldown is published on crates.io"
homepage = "https://rolldown.rs/"
readme = false
license = "MIT"
repository = "https://github.com/rolldown/rolldown"

[lib]
name = "maudit_rolldown_ecmascript_utils"
path = "src/lib.rs"

[dependencies.oxc]
version = "0.48.0"
features = [
    "transformer",
    "minifier",
    "semantic",
    "codegen",
    "serialize",
]

[dependencies.rolldown_common]
version = "0.1.0"
package = "maudit_rolldown_common"

[dependencies.smallvec]
version = "1.13.2"

[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