tlauc 1.0.4

Rewrites TLA⁺ specs to use Unicode symbols instead of ASCII, and vice-versa
Documentation
[[bin]]
name = "tlauc"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.81"

[dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dependencies.csv]
version = "1.3.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.197"

[dependencies.streaming-iterator]
version = "0.1.9"

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

[dependencies.tree-sitter-language]
version = "0.1.2"

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

[dev-dependencies.glob]
version = "0.3.1"

[dev-dependencies.rayon]
version = "1.10.0"

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

[package]
authors = ["Andrew Helwer <2n8rn1w1f@mozmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "text-editors"]
description = "Rewrites TLA⁺ specs to use Unicode symbols instead of ASCII, and vice-versa"
edition = "2021"
exclude = ["tests", ".github", ".gitignore", ".gitmodules"]
keywords = ["tla+", "tlaplus", "pluscal", "unicode"]
license = "MIT"
name = "tlauc"
readme = "README.md"
repository = "https://github.com/tlaplus-community/tlauc"
version = "1.0.4"