[go: up one dir, main page]

combine 2.4.0

Fast parser combinators on arbitrary streams with zero-copy support.
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 = "combine"
version = "2.4.0"
authors = ["Markus Westerlind <marwes91@gmail.com>"]
description = "Fast parser combinators on arbitrary streams with zero-copy support."
documentation = "https://docs.rs/combine"
readme = "README.md"
keywords = ["parser", "parsing", "combinators", "ll"]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/Marwes/combine"

[lib]
name = "combine"
path = "src/lib.rs"
[dependencies.ascii]
version = "0.7.0"
[dev-dependencies.byteorder]
version = "0.5.3"

[features]
mp4 = []