nom-errors 0.0.14

Strong-typed errors support for nom parser combinator library.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "nom-errors"
version = "0.0.14"
authors = ["warlock <internalmike@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Strong-typed errors support for nom parser combinator library."
documentation = "https://docs.rs/nom-errors/"
readme = "README.md"
keywords = [
    "nom",
    "typed",
    "error",
]
categories = ["parsing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/A1-Triard/nom-errors"

[badges.maintenance]
status = "experimental"

[lib]
name = "nom_errors"
path = "src/lib.rs"

[dependencies.nom]
version = "8.0.0"

[dependencies.paste]
version = "1.0.11"