[package]
name = "tla-syntax"
description = "Parser, AST and printer for TLA+, with no dependencies"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
rust-version.workspace = true
exclude = ["tests/parse_specs.rs", "tests/robustness.rs", "tests/golden.rs"]
keywords = ["tlaplus", "tla", "parser", "formal-methods", "specification"]
categories = ["parser-implementations", "development-tools", "science"]
readme = "../../README.md"
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]