nom5_locate 0.1.1

A special input type for nom to locate tokens
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 = "nom5_locate"
version = "0.1.1"
authors = ["Florent FAYOLLE <florent.fayolle69@gmail.com>", "Christopher Durham <cad97@cad97.com>", "Valentin Lorentz <progval+git@progval.net>", "Yehuda Katz <wycats@gmail.com>"]
description = "A special input type for nom to locate tokens"
homepage = "https://github.com/jonathandturner/nom_locate"
documentation = "https://docs.rs/nom_locate/"
readme = "README.md"
keywords = ["nom"]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/jonathandturner/nom_locate"
[dependencies.bytecount]
version = "^0.3"

[dependencies.memchr]
version = ">=1.0.1, <3.0.0"

[dependencies.nom]
version = "5.0.0-beta2"

[features]
alloc = ["nom/alloc"]
avx-accel = ["bytecount/avx-accel"]
default = ["std"]
simd-accel = ["bytecount/simd-accel"]
std = ["nom/std", "alloc"]