nom 6.2.2

A byte-oriented, zero-copy, parser combinators library
Documentation
example = []

[[bench]]
harness = false
name = "arithmetic"
path = "benches/arithmetic.rs"

[[bench]]
harness = false
name = "number"
path = "benches/number.rs"

[[bench]]
harness = false
name = "http"
path = "benches/http.rs"

[[bench]]
harness = false
name = "ini"
path = "benches/ini.rs"

[[bench]]
harness = false
name = "ini_complete"
path = "benches/ini_complete.rs"

[[bench]]
harness = false
name = "ini_str"
path = "benches/ini_str.rs"

[[bench]]
harness = false
name = "json"
path = "benches/json.rs"

[[test]]
name = "arithmetic"

[[test]]
name = "arithmetic_ast"
required-features = ["alloc"]

[[test]]
name = "blockbuf-arithmetic"

[[test]]
name = "css"

[[test]]
name = "custom_errors"

[[test]]
name = "float"

[[test]]
name = "inference"

[[test]]
name = "ini"
required-features = ["alloc"]

[[test]]
name = "ini_str"
required-features = ["alloc"]

[[test]]
name = "issues"
required-features = ["alloc"]

[[test]]
name = "json"

[[test]]
name = "mp4"
required-features = ["alloc"]

[[test]]
name = "multiline"
required-features = ["alloc"]

[[test]]
name = "named_args"

[[test]]
name = "overflow"

[[test]]
name = "reborrow_fold"

[[test]]
name = "test1"

[[test]]
name = "fnmut"
required-features = ["alloc"]
[badges.coveralls]
branch = "master"
repository = "Geal/nom"
service = "github"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "Geal/nom"
[build-dependencies.version_check]
version = "0.9"
[dependencies.bitvec]
default-features = false
optional = true
version = "0.19.3"

[dependencies.funty]
default-features = false
optional = true
version = ">1.0, <=1.1"

[dependencies.lazy_static]
optional = true
version = "^1.0"

[dependencies.lexical-core]
optional = true
version = ">= 0.6, < 0.8"

[dependencies.memchr]
default-features = false
version = ">=2.0, <2.4"

[dependencies.regex]
optional = true
version = "^1.0"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.jemallocator]
version = "^0.3"

[features]
alloc = ["bitvec/alloc", "funty"]
default = ["std", "bitvec", "lexical"]
docsrs = []
lexical = ["lexical-core"]
regexp = ["regex"]
std = ["alloc", "bitvec/std", "memchr/use_std"]

[lib]
bench = false

[package]
authors = ["contact@geoffroycouprie.com"]
autoexamples = false
categories = ["parsing"]
description = "A byte-oriented, zero-copy, parser combinators library"
documentation = "https://docs.rs/nom"
edition = "2018"
include = ["CHANGELOG.md", "LICENSE", "README.md", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs", "src/*/*.rs", "tests/*.rs", "doc/nom_recipes.md", "build.rs"]
keywords = ["parser", "parser-combinators", "parsing", "streaming", "bit"]
license = "MIT"
name = "nom"
readme = "README.md"
repository = "https://github.com/Geal/nom"
version = "6.2.2"
[package.metadata.docs.rs]
all-features = true
features = ["alloc", "std", "regexp", "lexical", "docsrs"]
[profile.bench]
codegen-units = 1
debug = true
lto = true