sightline-ruff-python-ast 0.1.0

sightline's fork of ruff_python_ast, an internal crate of ruff and ty (astral-sh/ruff), as the sightline binary pins it
Documentation
[package]
name = "sightline-ruff-python-ast"
version = "0.1.0"
description = "sightline's fork of ruff_python_ast, an internal crate of ruff and ty (astral-sh/ruff), as the sightline binary pins it"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
homepage = "https://github.com/Skyway1111/ty-unnecessary"
repository = "https://github.com/Skyway1111/ty-unnecessary"
license = { workspace = true }
exclude = ["tests/**", "resources/**", "benches/**", "fuzz/**", "**/snapshots/**"]

[package.metadata.cargo-shear]
# Used via `CacheKey` macro expansion.
ignored = ["ruff_cache"]

[lib]
name = "ruff_python_ast"

[dependencies]
ruff_cache = { workspace = true, optional = true }
ruff_macros = { workspace = true, optional = true }
ruff_python_trivia = { workspace = true }
ruff_source_file = { workspace = true }
ruff_text_size = { workspace = true }

aho-corasick = { workspace = true }
arrayvec = { workspace = true }
bitflags = { workspace = true }
char_str = { workspace = true }
compact_str = { workspace = true }
get-size2 = { workspace = true, optional = true }
is-macro = { workspace = true }
memchr = { workspace = true }
rustc-hash = { workspace = true }
salsa = { workspace = true, optional = true }
schemars = { workspace = true, optional = true }
serde = { workspace = true, optional = true }
serde_json = { workspace = true, optional = true }
thiserror = { workspace = true }
thin-vec = { workspace = true }

[features]
schemars = ["dep:schemars", "dep:serde_json"]
cache = ["dep:ruff_cache", "dep:ruff_macros"]
serde = [
    "dep:serde",
    "ruff_text_size/serde",
    "dep:ruff_cache",
    "char_str/serde",
    "compact_str/serde",
    "thin-vec/serde",
]
get-size = ["dep:get-size2", "char_str/get-size", "ruff_text_size/get-size"]
salsa = ["dep:salsa"]

[lints]
workspace = true