[lib]
name = "shiftkit"
path = "src/lib.rs"
[package]
authors = ["Cayden Lund <caydenlund@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "parsing", "data-structures"]
description = "A quick & easy parser generator"
documentation = "https://docs.rs/shiftkit"
edition = "2021"
homepage = "https://github.com/caydenlund/shiftkit"
keywords = ["parser", "lalr", "lr", "compiler", "syntax"]
license = "MIT OR Apache-2.0"
name = "shiftkit"
readme = "README.md"
repository = "https://github.com/caydenlund/shiftkit"
version = "0.1.0"