[package]
name = "bnf"
version = "0.2.4"
authors = ["@shnewto", "@CrockAgile", "@androm3da"]
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 = "^3.2"
features = ["verbose-errors"]
[dependencies.rand]
version = "0.3.17"
[dependencies.stacker]
version = "0.1.2"
[dev-dependencies.quickcheck]
version = "0.4.1"
[features]
unstable = []