nom 4.0.0-alpha2

A byte-oriented, zero-copy, parser combinators library
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "nom"
version = "4.0.0-alpha2"
authors = ["contact@geoffroycouprie.com"]
include = ["CHANGELOG.md", "LICENSE", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs", "tests/*.rs"]
description = "A byte-oriented, zero-copy, parser combinators library"
documentation = "http://rust.unhandledexpression.com/nom/"
readme = "README.md"
keywords = ["parser", "parser-combinators", "parsing", "streaming", "bit"]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/Geal/nom"
[dependencies.lazy_static]
version = "^1.0"
optional = true

[dependencies.memchr]
version = "^2.0"
default-features = false

[dependencies.regex]
version = "^0.2"
optional = true

[features]
default = ["std"]
nightly = []
regexp = ["regex"]
regexp_macros = ["regexp", "lazy_static"]
std = ["memchr/use_std"]
verbose-errors = []
[badges.travis-ci]
repository = "Geal/nom"