rustpython-ruff_python_parser 0.15.8

Unofficial fork for RustPython
Documentation
[package]
description = "Unofficial fork for RustPython"
name = "rustpython-ruff_python_parser"
version = "0.15.8"
authors = ["Charlie Marsh <charlie.r.marsh@gmail.com>", "RustPython Team"]
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }
documentation = { workspace = true }
repository = { workspace = true }
license = { workspace = true }

[lib]

[dependencies]
ruff_python_ast = { workspace = true, features = ["get-size"] }
ruff_python_trivia = { workspace = true }
ruff_text_size = { workspace = true, features = ["get-size"] }

bitflags = { workspace = true }
bstr = { workspace = true }
compact_str = { workspace = true }
get-size2 = { workspace = true }
memchr = { workspace = true }
rustc-hash = { workspace = true }
static_assertions = { workspace = true }
unicode-ident = { workspace = true }
unicode-normalization = { workspace = true }
unicode_names2 = { workspace = true }

[dev-dependencies]
ruff_annotate_snippets = { workspace = true }
ruff_python_ast = { workspace = true, features = ["serde"] }
ruff_source_file = { workspace = true }

anyhow = { workspace = true }
datatest-stable = { workspace = true }
insta = { workspace = true }
itertools = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
walkdir = { workspace = true }

[[test]]
name = "fixtures"
harness = false

[lints]
workspace = true