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_meta" 15version = "2.1.3" 16authors = ["Dragoș Tiselice <dragostiselice@gmail.com>"] 17exclude = ["src/grammar.pest"] 18include = ["Cargo.toml", "src/**/*", "src/grammar.rs", "_README.md", "LICENSE-*"] 19description = "pest meta language parser and validator" 20homepage = "https://pest-parser.github.io/" 21documentation = "https://docs.rs/pest" 22readme = "_README.md" 23keywords = ["pest", "parser", "meta", "optimizer"] 24categories = ["parsing"] 25license = "MIT/Apache-2.0" 26repository = "https://github.com/pest-parser/pest" 27[dependencies.maplit] 28version = "1.0" 29 30[dependencies.pest] 31version = "2.1.0" 32[build-dependencies.sha-1] 33version = "0.8" 34default-features = false 35[badges.codecov] 36repository = "pest-parser/pest" 37 38[badges.maintenance] 39status = "actively-developed" 40 41[badges.travis-ci] 42repository = "pest-parser/pest" 43