# 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.8.0" authors = ["Pierre Talbot "] 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" proc_macro = true [dependencies.partial] version = "^0.2.3" [dependencies.proc-macro2] version = "1.0" features = ["nightly"] [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["full", "extra-traits"] [dev-dependencies.oak_runtime] version = "0.6.0" [dev-dependencies.term] version = "0.5"