increparse-nom 0.1.0

nom adapter for increparse: wrap nom parsers in passes with correct absolute-span rebasing.
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 = "increparse-nom"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "nom adapter for increparse: wrap nom parsers in passes with correct absolute-span rebasing."
readme = "README.md"
keywords = [
    "parser",
    "nom",
    "combinators",
    "lsp",
]
categories = ["parsing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/thyrgle/increparse"

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

[[example]]
name = "mini_lang_nom"
path = "examples/mini_lang_nom.rs"

[[test]]
name = "nom_pass_tests"
path = "tests/nom_pass_tests.rs"

[dependencies.increparse]
version = "0.1.0"

[dependencies.nom]
version = "8.0"

[dependencies.nom_locate]
version = "5.0"