# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
name = "lrpar"
version = "0.13.8"
authors = [
"Lukas Diekmann ",
"Laurence Tratt ",
]
build = "build.rs"
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Yacc-compatible parser generator"
readme = "README.md"
keywords = [
"parser",
"LR",
"yacc",
"grammar",
]
categories = ["parsing"]
license = "Apache-2.0/MIT"
repository = "https://github.com/softdevteam/grmtools"
[lib]
name = "lrpar"
path = "src/lib/mod.rs"
[dependencies.bincode]
version = "1.2"
[dependencies.cactus]
version = "1.0"
[dependencies.cfgrammar]
version = "0.13"
features = ["serde"]
[dependencies.filetime]
version = "0.2"
[dependencies.indexmap]
version = "2"
[dependencies.lazy_static]
version = "1.4"
[dependencies.lrtable]
version = "0.13"
features = ["serde"]
[dependencies.num-traits]
version = "0.2"
[dependencies.packedvec]
version = "1.2"
[dependencies.regex]
version = "1.3"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.static_assertions]
version = "1.1"
[dependencies.vob]
version = ">=3.0.2"
[dev-dependencies.tempfile]
version = "3.0"
[build-dependencies.vergen]
version = "8"
features = ["build"]
default-features = false
[features]
_unsealed_unstable_traits = ["_unstable_api"]
_unstable_api = []
serde = []