cfg-classify 0.0.1

Library for manipulating context-free grammars.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bit-matrix"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1216dde2607f9479a3ea619c9e1c73449c28cfe787a40fcd6033ac7520f8f26"
dependencies = [
 "bit-vec 0.8.0",
]

[[package]]
name = "bit-vec"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"

[[package]]
name = "bit-vec"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"

[[package]]
name = "cfg-classify"
version = "0.0.1"
dependencies = [
 "bit-matrix",
 "bit-vec 0.7.0",
 "cfg-grammar",
 "cfg-predict",
 "cfg-symbol",
]

[[package]]
name = "cfg-grammar"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "973a96188797a40399157b6f89f536dea6690304fa15b032655cb3e39411237f"
dependencies = [
 "bit-vec 0.7.0",
 "cfg-symbol",
]

[[package]]
name = "cfg-predict"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "120a96c6c1c78d28daf234d98c6b235698d1c9ba150758b7f577c06786c4e52e"
dependencies = [
 "cfg-grammar",
 "cfg-symbol",
]

[[package]]
name = "cfg-symbol"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97a00c99b50a3584312822b053283eea0dada2bb97a0e3178707f8c25afd5cd4"