ash/generator/Cargo.toml

21 lines
388 B
TOML
Raw Normal View History

2018-03-09 21:45:58 +01:00
[package]
name = "generator"
version = "0.1.0"
authors = ["Maik Klein <maikklein@googlemail.com>"]
2019-05-25 15:25:00 -04:00
edition = "2018"
2018-03-09 21:45:58 +01:00
[dependencies]
2020-05-08 10:45:05 +02:00
vk-parse = { version = "0.5.0", features = ["vkxml-convert"] }
vkxml = "0.3"
2018-06-24 12:09:37 +02:00
nom = "4.0"
heck = "0.3"
proc-macro2 = "0.2"
itertools = "0.9"
2018-03-10 10:47:02 +01:00
[dependencies.quote]
version = "0.4.2"
[dependencies.syn]
2018-04-01 10:52:21 +02:00
version = "0.12.14"
2018-03-10 10:47:02 +01:00
features = ["full", "extra-traits"]