[package] name = "oak_runtime" version = "0.6.0" authors = ["Pierre Talbot "] description = "Parser generated by Oak depends on this library. Please consult the package Oak for more informations." repository = "https://github.com/ptal/oak" documentation = "http://hyc.io/oak" keywords = ["parser", "peg", "grammar", "combinator", "parsing"] license = "Apache-2.0" [lib] name = "oak_runtime" path = "src/lib.rs" [dependencies] syntex_pos = "0.58.1" [dev-dependencies.syntex_syntax] version = "0.58.1"