maudit_rolldown_resolver 0.1.0

maudit_rolldown_resolver
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_resolver"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "maudit_rolldown_resolver"
homepage = "https://rolldown.rs/"
readme = false
license = "MIT"
repository = "https://github.com/rolldown/rolldown"

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

[dependencies.arcstr]
version = "1.2.0"

[dependencies.dashmap]
version = "6.0.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.oxc_resolver]
version = "4"

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

[dependencies.rolldown_fs]
version = "0.1.0"
features = ["os"]
package = "maudit_rolldown_fs"

[dependencies.rolldown_utils]
version = "0.1.0"
package = "maudit_rolldown_utils"

[dependencies.sugar_path]
version = "1.2.0"
features = ["cached_current_dir"]

[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