[package] authors = ["Florent FAYOLLE ", "Christopher Durham ", "Valentin Lorentz ", "Yehuda Katz "] categories = ["parsing"] description = "A special input type for nom to locate tokens" documentation = "https://docs.rs/nom_locate/" homepage = "https://github.com/jonathandturner/nom_locate" keywords = ["nom"] license = "MIT" name = "nom5_locate" readme = "README.md" repository = "https://github.com/jonathandturner/nom_locate" version = "0.1.1" edition = "2018" [features] default = ["std"] std = ["nom/std", "alloc"] alloc = ["nom/alloc"] avx-accel = ["bytecount/avx-accel"] simd-accel = ["bytecount/simd-accel"] [dependencies] bytecount = "^0.3" memchr = ">=1.0.1, <3.0.0" # ^1.0.0 + ^2.0 nom = "5.0.0-beta2" # nom-methods = "0.1.0"