# 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 = "2018" name = "nom_locate" version = "4.2.0" authors = [ "Florent FAYOLLE ", "Christopher Durham ", "Valentin Lorentz ", ] 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" default-features = false [dependencies.nom] version = "7" 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", "memchr/use_std", ] [badges.travis-ci] repository = "fflorent/nom_locate"