summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: ab98cb2a3428a1b6a723c04ec9500089fe97eb1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "pest_generator"
description = "pest code generator"
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", "generator"]
categories = ["parsing"]
license = "MIT/Apache-2.0"
readme = "_README.md"
rust-version = "1.56"

[features]
default = ["std"]
std = ["pest/std"]

[dependencies]
pest = { path = "../pest", version = "2.5.5", default-features = false }
pest_meta = { path = "../meta", version = "2.5.5" }
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"