[package]
edition = "2021"
name = "syn-grammar-model"
version = "0.8.0"
authors = ["Keywan Ghadami"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared model and parser for syn-grammar"
homepage = "https://github.com/keywan-ghadami/syn-grammar"
documentation = "https://docs.rs/syn-grammar-model"
readme = "README.md"
keywords = [
"parser",
"syn",
"grammar",
"ebnf",
"model",
]
categories = [
"parsing",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/keywan-ghadami/syn-grammar"
[lib]
name = "syn_grammar_model"
path = "src/lib.rs"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = [
"full",
"parsing",
"printing",
"extra-traits",
]