oak 0.5.5

A typed parser generator syntax extension for Parsing Expression Grammar (PEG).
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 = "oak"
version = "0.5.5"
authors = ["Pierre Talbot <ptalbot@hyc.io>"]
description = "A typed parser generator syntax extension for Parsing Expression Grammar (PEG)."
documentation = "http://hyc.io/oak"
readme = "README.md"
keywords = ["parser", "peg", "grammar", "typing", "parsing"]
categories = ["parsing"]
license = "Apache-2.0"
repository = "https://github.com/ptal/oak"

[lib]
name = "oak"
path = "src/liboak/lib.rs"
plugin = true
[dependencies.partial]
version = "^0.2.3"
[dev-dependencies.oak_runtime]
version = "0.5.5"