blob: 1f4d13bf8c5bc75cae563df6958fa517c245aa8e [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 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"
rust-version = "1.65.0"
name = "nom_locate"
version = "5.0.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"
default-features = false
[dependencies.nom]
version = "8"
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"