bnf 0.1.1

A library for parsing Backus–Naur form context-free grammars
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "bnf"
version = "0.1.1"
authors = ["Shea Newton"]
description = "A library for parsing Backus–Naur form context-free grammars"
homepage = "https://github.com/snewt/bnf"
readme = "README.md"
keywords = ["bnf"]
license = "MIT"
repository = "https://github.com/snewt/bnf"
[dependencies.nom]
version = "^3.2"
features = ["verbose-errors"]

[features]
unstable = []