wirespec-syntax 0.4.2

Parser and AST for the wirespec protocol description 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"
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"