[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.proptest]
version = "1.6.0"
[features]
serde = ["dep:serde"]
[lib]
name = "grammarsmith"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Common helpers for handwriting lexers and parsers."
edition = "2021"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["parser", "lexer"]
license-file = "LICENSE"
name = "grammarsmith"
readme = "README.md"
repository = "https://github.com/honungsburk/grammarsmith"
version = "0.3.0"
[[test]]
name = "calculator_test"
path = "tests/calculator_test.rs"