lexigram 0.9.3

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

[[package]]
name = "enable-ansi-support"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea7457668b3da8a4b702f3d79e131aa3e81cd7e81cc95fb2d54fce9f182ecc77"
dependencies = [
 "windows-sys",
]

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

[[package]]
name = "lexigram"
version = "0.9.3"
dependencies = [
 "enable-ansi-support",
 "lexi-gram",
]

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

[[package]]
name = "lexigram-lib"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f0f0ac9925089a7019e59d171a27e05aa0a079f3cb8f8cdaad1900cbde07504"
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"

[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"

[[package]]
name = "windows-sys"
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [
 "windows-link",
]