lexigram 0.8.0

Lexer and LL(1) parser generator
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "iter-index"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bae738582aa13b8b43c735d5cfacd543508220dd23290fb52bd7a00d38cc6a36"

[[package]]
name = "lexi-gram"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cec0a61a5b5cfaa55d8c021aef605e0afd4b4d14608a434e9dbac094a02c6155"
dependencies = [
 "iter-index",
 "lexigram-lib",
 "vectree",
]

[[package]]
name = "lexigram"
version = "0.8.0"
dependencies = [
 "lexi-gram",
]

[[package]]
name = "lexigram-core"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d8843f4de0e80488bcb5e2ba06d5b55c757a503fb07acbd23770753c2b68ad"

[[package]]
name = "lexigram-lib"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "871fbddcc709924f5eec9e523ae0e9b81868298cdcc1e119321e29d62c9b897a"
dependencies = [
 "iter-index",
 "lexigram-core",
 "vectree",
]

[[package]]
name = "vectree"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6054a0d9bc1569f330e5bce0dca0838c692a31e968fea0867a0ce02c52cd906"