[package]
name = "neumann_parser"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "../README.md"
description = "Hand-written recursive descent parser for the Neumann query language"
[dependencies]
[dev-dependencies]
criterion.workspace = true
[[bench]]
name = "neumann_parser_bench"
harness = false
[lints]
workspace = true