[package]
edition = "2024"
name = "wirespec-syntax"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser and AST for the wirespec protocol description language"
homepage = "https://docs.wirespec.org"
readme = "README.md"
keywords = [
"protocol",
"binary",
"parser",
"codegen",
"tla",
]
categories = [
"compilers",
"encoding",
"parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/wirespec-lang/wirespec"
resolver = "2"
[lib]
name = "wirespec_syntax"
path = "src/lib.rs"
[[test]]
name = "asn1_parser_tests"
path = "tests/asn1_parser_tests.rs"
[[test]]
name = "boundary_tests"
path = "tests/boundary_tests.rs"
[[test]]
name = "corpus_tests"
path = "tests/corpus_tests.rs"
[[test]]
name = "parser_tests"
path = "tests/parser_tests.rs"