[package] name = "reproto-parser" version = "0.3.36" authors = ["John-John Tedro "] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/reproto/reproto" homepage = "https://github.com/reproto/reproto" documentation = "https://docs.rs/reproto-parser" description = """ reproto parser """ [features] # Enable to emit very detailed tracing, potentially performance sensitive. tracing = [] [dependencies] reproto-core = {path = "../core", version = "0.3"} reproto-ast = {path = "../ast", version = "0.3"} reproto-lexer = {path = "../lexer", version = "0.3"} lalrpop-util = "0.13.1" num-bigint = {version = "0.1", default_features = false} [build-dependencies] lalrpop = "0.15"