1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14name = "pest_generator" 15version = "2.1.3" 16authors = ["Dragoș Tiselice <dragostiselice@gmail.com>"] 17description = "pest code generator" 18homepage = "https://pest-parser.github.io/" 19documentation = "https://docs.rs/pest" 20readme = "_README.md" 21keywords = ["pest", "generator"] 22categories = ["parsing"] 23license = "MIT/Apache-2.0" 24repository = "https://github.com/pest-parser/pest" 25[dependencies.pest] 26version = "2.1.0" 27 28[dependencies.pest_meta] 29version = "2.1.0" 30 31[dependencies.proc-macro2] 32version = "1.0" 33 34[dependencies.quote] 35version = "1.0" 36 37[dependencies.syn] 38version = "1.0" 39[badges.codecov] 40repository = "pest-parser/pest" 41 42[badges.maintenance] 43status = "actively-developed" 44 45[badges.travis-ci] 46repository = "pest-parser/pest" 47