libtlafmt 0.4.0

A formatter library for TLA+ specs, core of tlafmt
Documentation
[dependencies.thiserror]
version = "2.0.12"

[dependencies.tree-sitter]
version = "0.25.3"

[dependencies.tree-sitter-tlaplus]
version = "1.5.0"

[dev-dependencies.insta]
features = ["glob"]
version = "1.42.2"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[lib]
name = "libtlafmt"
path = "src/lib.rs"

[lints.clippy]
clone_on_ref_ptr = "warn"
dbg_macro = "warn"
explicit_iter_loop = "warn"
future_not_send = "warn"
match_like_matches_macro = "allow"
todo = "warn"
use_self = "warn"

[lints.rust]
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"
unused_crate_dependencies = "warn"

[package]
authors = ["Dom <dom@itsallbroken.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "development-tools"]
description = "A formatter library for TLA+ specs, core of tlafmt"
documentation = "https://docs.rs/tlafmt"
edition = "2021"
keywords = ["tla", "plus", "tla+", "formatter"]
license = "Apache-2.0"
name = "libtlafmt"
readme = "README.md"
repository = "https://github.com/domodwyer/tlafmt"
version = "0.4.0"

[[test]]
name = "format"
path = "tests/format.rs"