ruff_workspace 0.0.5

This is an internal component crate of Ruff
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 = "ruff_workspace"
version = "0.0.5"
authors = ["Charlie Marsh <charlie.r.marsh@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This is an internal component crate of Ruff"
homepage = "https://docs.astral.sh/ruff"
documentation = "https://docs.astral.sh/ruff"
readme = "README.md"
license = "MIT"
repository = "https://github.com/astral-sh/ruff"
resolver = "2"

[package.metadata.cargo-shear]
ignored = ["colored"]

[features]
default = []
schemars = [
    "dep:schemars",
    "dep:serde_json",
    "ruff_formatter/schemars",
    "ruff_linter/schemars",
    "ruff_python_formatter/schemars",
    "ruff_python_semantic/schemars",
]

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

[dependencies.anyhow]
version = "1.0.80"

[dependencies.colored]
version = "3.0.0"

[dependencies.glob]
version = "0.3.1"

[dependencies.globset]
version = "0.4.14"

[dependencies.ignore]
version = "0.4.24"

[dependencies.indexmap]
version = "2.6.0"

[dependencies.is-macro]
version = "0.3.5"

[dependencies.itertools]
version = "0.15.0"

[dependencies.log]
version = "0.4.17"

[dependencies.matchit]
version = "0.9.0"

[dependencies.path-absolutize]
version = "3.1.1"

[dependencies.path-slash]
version = "0.2.1"

[dependencies.pep440_rs]
version = "0.7.1"

[dependencies.regex]
version = "1.10.2"

[dependencies.ruff_cache]
version = "0.0.5"

[dependencies.ruff_db]
version = "0.0.5"
default-features = false

[dependencies.ruff_formatter]
version = "0.0.5"

[dependencies.ruff_graph]
version = "0.0.5"
features = [
    "serde",
    "schemars",
]

[dependencies.ruff_linter]
version = "0.15.22"

[dependencies.ruff_macros]
version = "0.0.5"

[dependencies.ruff_options_metadata]
version = "0.0.5"

[dependencies.ruff_python_ast]
version = "0.0.5"

[dependencies.ruff_python_formatter]
version = "0.0.5"
features = ["serde"]

[dependencies.ruff_python_semantic]
version = "0.0.5"
features = ["serde"]

[dependencies.ruff_python_stdlib]
version = "0.0.5"

[dependencies.ruff_ranged_value]
version = "0.0.5"

[dependencies.ruff_source_file]
version = "0.0.5"

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

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

[dependencies.serde]
version = "1.0.197"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.113"
optional = true

[dependencies.shellexpand]
version = "3.0.0"

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

[dependencies.toml]
version = "1.0.0"

[dependencies.unicode-normalization]
version = "0.1.23"

[dev-dependencies.ruff_linter]
version = "0.15.22"
features = [
    "clap",
    "test-rules",
]

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.etcetera]
version = "0.11.0"

[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)",
]