sightline-ty-module-resolver 0.1.0

sightline's fork of ty_module_resolver, an internal crate of ruff and ty (astral-sh/ruff), as the sightline binary pins it
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"
rust-version = "1.95"
name = "sightline-ty-module-resolver"
version = "0.1.0"
authors = ["Charlie Marsh <charlie.r.marsh@gmail.com>"]
build = false
exclude = [
    "tests/**",
    "resources/**",
    "benches/**",
    "fuzz/**",
    "**/snapshots/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "sightline's fork of ty_module_resolver, an internal crate of ruff and ty (astral-sh/ruff), as the sightline binary pins it"
homepage = "https://github.com/Skyway1111/ty-unnecessary"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Skyway1111/ty-unnecessary"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.80"

[dependencies.camino]
version = "1.1.7"

[dependencies.compact_str]
version = "0.10.0"

[dependencies.get-size2]
version = "0.10.3"
features = [
    "derive",
    "smallvec",
    "hashbrown",
    "compact-str",
    "ordermap",
    "thin-vec",
]

[dependencies.ordermap]
version = "1.0.0"

[dependencies.regex]
version = "1.10.2"

[dependencies.regex-syntax]
version = "0.8.8"

[dependencies.ruff_db]
version = "0.1.0"
default-features = false
package = "sightline-ruff-db"

[dependencies.ruff_memory_usage]
version = "0.1.0"
package = "sightline-ruff-memory-usage"

[dependencies.ruff_python_ast]
version = "0.1.0"
features = ["salsa"]
package = "sightline-ruff-python-ast"

[dependencies.ruff_python_stdlib]
version = "0.1.0"
package = "sightline-ruff-python-stdlib"

[dependencies.rustc-hash]
version = "2.0.0"

[dependencies.salsa]
version = "0.28.2"
features = [
    "compact_str",
    "macros",
    "salsa_unstable",
    "inventory",
]
default-features = false

[dependencies.strum]
version = "0.28.0"
features = ["strum_macros"]

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.thiserror]
version = "2.0.0"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.insta]
version = "1.35.1"
features = ["filters"]

[dev-dependencies.ruff_db]
version = "0.1.0"
features = [
    "testing",
    "os",
]
default-features = false
package = "sightline-ruff-db"

[dev-dependencies.tempfile]
version = "3.9.0"

[dev-dependencies.ty_vendored]
version = "0.1.0"
package = "sightline-ty-vendored"

[lints.clippy]
char_lit_as_u8 = "allow"
collapsible_else_if = "allow"
collapsible_if = "allow"
collapsible_match = "allow"
dbg_macro = "warn"
debug_assert_with_mut_call = "warn"
disallowed_methods = "allow"
empty_drop = "warn"
empty_structs_with_brackets = "warn"
exit = "warn"
get_unwrap = "warn"
if_not_else = "allow"
ignore_without_reason = "allow"
implicit_hasher = "allow"
iter_over_hash_type = "warn"
map_unwrap_or = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_continue = "allow"
needless_raw_string_hashes = "allow"
print_stderr = "warn"
print_stdout = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
redundant_clone = "warn"
rest_pat_in_fully_bound_structs = "warn"
similar_names = "allow"
single_match_else = "allow"
too_many_lines = "allow"
unnecessary_debug_formatting = "allow"
unused_peekable = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -2

[lints.rust]
unreachable_pub = "warn"
unsafe_code = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(fuzzing)",
    "cfg(codspeed)",
]