merc_syntax 2.0.0

Provides an AST and Pest grammar for the mCRL2 specification language.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.91.0"
name = "merc_syntax"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides an AST and Pest grammar for the mCRL2 specification language."
homepage = "https://mercorg.github.io/merc-website/"
readme = "README.md"
keywords = [
    "parsing",
    "specification",
]
categories = ["science"]
license = "BSL-1.0"
repository = "https://github.com/MERCorg/merc.git"

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

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

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

[dependencies.itertools]
version = "0.14"

[dependencies.log]
version = "0.4"
features = ["kv"]

[dependencies.merc_lts]
version = "2.0"

[dependencies.merc_pest_consume]
version = "2.0"

[dependencies.merc_refinement]
version = "2.0"

[dependencies.merc_utilities]
version = "2.0"

[dependencies.pest]
version = "2.8"

[dependencies.pest_derive]
version = "2.8"

[dev-dependencies.env_logger]
version = "0.11"
features = ["kv"]

[dev-dependencies.indoc]
version = "2.0"

[dev-dependencies.test-case]
version = "3.3"