[package]
name = "bnf"
version = "0.2.6"
authors = ["@shnewto", "@CrockAgile", "@androm3da", "@sremedios", "@prbs23"]
description = "A library for parsing Backus–Naur form context-free grammars"
homepage = "https://github.com/shnewto/bnf"
readme = "README.md"
keywords = ["bnf"]
license = "MIT"
repository = "https://github.com/shnewto/bnf"
[dependencies.nom]
version = "^5.0.1"
[dependencies.rand]
version = "0.3.17"
[dependencies.stacker]
version = "0.1.2"
[dev-dependencies.quickcheck]
version = "0.4.1"
[features]
unstable = []