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

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

[dependencies.nom]
version = "4.0.0"

[features]
alloc = ["nom/alloc"]
avx-accel = ["bytecount/avx-accel"]
default = ["std"]
simd-accel = ["bytecount/simd-accel"]
std = ["nom/std", "alloc"]
verbose-errors = ["nom/verbose-errors"]
[badges.travis-ci]
repository = "fflorent/nom_locate"