blob: 67002ebec511de6637a9533be20199c20840f3e5 [file] [log] [blame]
# 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_locate"
version = "2.1.0"
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.6"
[dependencies.memchr]
version = ">=1.0.1, <3.0.0"
[dependencies.nom]
version = "5.0.0"
default-features = false
[dependencies.stable_deref_trait]
version = "^1"
optional = true
default-features = false
[features]
alloc = ["nom/alloc"]
default = ["std"]
generic-simd = ["bytecount/generic-simd"]
runtime-dispatch-simd = ["bytecount/runtime-dispatch-simd"]
stable-deref-trait = ["stable_deref_trait"]
std = ["nom/std", "alloc"]
[badges.travis-ci]
repository = "fflorent/nom_locate"