lexigram 0.9.1

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.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbae2f11f3e8ca047d2f1754ad473f728af5c990b15ef6371350b580ca5f01e6"
dependencies = [
 "iter-index",
 "lexigram-lib",
 "vectree",
]

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

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

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

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