[dependencies.misty-ast]
version = "0.0.1"
[dependencies.pest]
version = "2.8.5"
[dependencies.pest_derive]
version = "2.8.5"
[lib]
name = "misty_parser"
path = "src/lib.rs"
[package]
authors = ["codebreeze <codebreeze@znth.systems>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "command-line-utilities", "network-programming", "parser-implementations", "web-programming"]
description = "Parser code required by the Misty Compiler"
documentation = "https://github.com/thecodebreeze/misty/wiki"
edition = "2024"
homepage = "https://github.com/thecodebreeze/misty"
keywords = ["networking", "quic", "idl", "codegen"]
license = "BSD-3-Clause"
name = "misty-parser"
publish = true
readme = false
repository = "https://github.com/thecodebreeze/misty"
rust-version = "1.92.0"
version = "0.0.1"