nom-packrat 0.1.1

An extension of nom to apply Packrat Parsing
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]
edition = "2018"
name = "nom-packrat"
version = "0.1.1"
authors = ["dalance <dalance@gmail.com>"]
description = "An extension of nom to apply Packrat Parsing"
readme = "../README.md"
keywords = ["parser", "nom"]
categories = ["parsing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dalance/nom-packrat"
[[package.metadata.release.pre-release-replacements]]
file = "../README.md"
replace = "nom-packrat = \"{{version}}\""
search = "nom-packrat = \"[a-z0-9\\.-]+\""

[[package.metadata.release.pre-release-replacements]]
file = "Cargo.toml"
replace = "nom-packrat-macros = \"{{version}}\""
search = "nom-packrat-macros = \"[a-z0-9\\.-]+\""
[dependencies.nom-packrat-macros]
version = "0.1.0"
[dev-dependencies.nom]
version = "5.0.0"

[dev-dependencies.stats_alloc]
version = "0.1.8"