[package] name = "ruff_python_parser" version = "0.0.0" publish = false authors = ["Charlie Marsh ", "RustPython Team"] edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } documentation = { workspace = true } repository = { workspace = true } license = { workspace = true } build = "build.rs" [lib] [dependencies] ruff_python_ast = { path = "../ruff_python_ast" } ruff_text_size = { path = "../ruff_text_size" } anyhow = { workspace = true } is-macro = { workspace = true } itertools = { workspace = true } lalrpop-util = { version = "0.20.0", default-features = false } unicode-ident = { workspace = true } unicode_names2 = { version = "0.6.0", git = "https://github.com/youknowone/unicode_names2.git", rev = "4ce16aa85cbcdd9cc830410f1a72ef9a235f2fde" } rustc-hash = { workspace = true } static_assertions = "1.1.0" [dev-dependencies] insta = { workspace = true } [build-dependencies] anyhow = { workspace = true } lalrpop = { version = "0.20.0", default-features = false, optional = true } tiny-keccak = { version = "2", features = ["sha3"] }