[package]
edition = "2024"
name = "slk-tokenstream"
version = "0.1.0"
authors = ["Slacker201 <slacker1234567809@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small crate for handling look ahead, consumption, and otherwise manipulating an array of tokens"
documentation = "https://docs.rs/slk-tokenstream"
readme = "README.md"
keywords = [
"token",
"lexer",
"parser",
"tokenstream",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/slacker201/slk-tokenstream"
[lib]
name = "slk_tokenstream"
path = "src/lib.rs"
[dependencies]