# 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_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." documentation = "http://hyc.io/oak" keywords = ["parser", "peg", "grammar", "combinator", "parsing"] license = "Apache-2.0" repository = "https://github.com/ptal/oak" [lib] name = "oak_runtime" path = "src/lib.rs" [dependencies.syntex_pos] version = "0.58.1" [dev-dependencies.syntex_syntax] version = "0.58.1"