summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig14
1 files changed, 8 insertions, 6 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index ab98cb2..0bdf4bd 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,7 +1,7 @@
[package]
name = "pest_generator"
description = "pest code generator"
-version = "2.5.5"
+version = "2.7.6"
edition = "2021"
authors = ["DragoČ™ Tiselice <dragostiselice@gmail.com>"]
homepage = "https://pest.rs/"
@@ -9,17 +9,19 @@ repository = "https://github.com/pest-parser/pest"
documentation = "https://docs.rs/pest"
keywords = ["pest", "generator"]
categories = ["parsing"]
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
readme = "_README.md"
-rust-version = "1.56"
+rust-version = "1.61"
[features]
default = ["std"]
std = ["pest/std"]
+not-bootstrap-in-src = ["pest_meta/not-bootstrap-in-src"]
+grammar-extras = ["pest_meta/grammar-extras"]
[dependencies]
-pest = { path = "../pest", version = "2.5.5", default-features = false }
-pest_meta = { path = "../meta", version = "2.5.5" }
+pest = { path = "../pest", version = "2.7.6", default-features = false }
+pest_meta = { path = "../meta", version = "2.7.6" }
proc-macro2 = "1.0"
quote = "1.0"
-syn = "1.0"
+syn = "2.0"