nom 7.1.3

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

[[test]]
name = "arithmetic"

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

[[test]]
name = "css"

[[test]]
name = "custom_errors"

[[test]]
name = "float"

[[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 = "overflow"

[[test]]
name = "reborrow_fold"

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

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

[badges.travis-ci]
repository = "Geal/nom"
[dependencies.memchr]
default-features = false
version = "2.3"

[dependencies.minimal-lexical]
default-features = false
version = "0.2.0"
[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.proptest]
version = "1.0.0"

[features]
alloc = []
default = ["std"]
docsrs = []
std = ["alloc", "memchr/std", "minimal-lexical/std"]

[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", "Cargo.toml", "src/*.rs", "src/*/*.rs", "tests/*.rs", "doc/nom_recipes.md"]
keywords = ["parser", "parser-combinators", "parsing", "streaming", "bit"]
license = "MIT"
name = "nom"
readme = "README.md"
repository = "https://github.com/Geal/nom"
rust-version = "1.48"
version = "7.1.3"
[package.metadata.docs.rs]
all-features = true
features = ["alloc", "std", "docsrs"]
[profile.bench]
codegen-units = 1
debug = true
lto = true