blob: accc303887a999ed59c1af1a66c5bb97555d3696 [file] [log] [blame]
[package]
name = "pest_meta"
description = "pest meta language parser and validator"
version = "2.5.5"
edition = "2021"
authors = ["DragoČ™ Tiselice <dragostiselice@gmail.com>"]
homepage = "https://pest.rs/"
repository = "https://github.com/pest-parser/pest"
documentation = "https://docs.rs/pest"
keywords = ["pest", "parser", "meta", "optimizer"]
categories = ["parsing"]
license = "MIT/Apache-2.0"
readme = "_README.md"
exclude = ["src/grammar.pest"]
include = ["Cargo.toml", "src/**/*", "src/grammar.rs", "_README.md", "LICENSE-*"]
rust-version = "1.56"
[dependencies]
pest = { path = "../pest", version = "2.5.5" }
once_cell = "1.8.0"
[build-dependencies]
sha2 = { version = "0.10", default-features = false }