[package]
name = "sightline-ruff-python-trivia"
version = "0.1.0"
description = "sightline's fork of ruff_python_trivia, 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/**"]
[lib]
name = "ruff_python_trivia"
[dependencies]
ruff_source_file = { workspace = true }
ruff_text_size = { workspace = true }
itertools = { workspace = true }
rustc-hash = { workspace = true }
unicode-ident = { workspace = true }
[lints]
workspace = true