ash/generator/Cargo.toml

22 lines
406 B
TOML
Raw Normal View History

2018-03-10 07:45:58 +11:00
[package]
name = "generator"
version = "0.1.0"
authors = ["Maik Klein <maikklein@googlemail.com>"]
2019-05-26 05:25:00 +10:00
edition = "2018"
2018-03-10 07:45:58 +11:00
[dependencies]
bindgen = "0.58"
2018-06-24 20:09:37 +10:00
heck = "0.3"
itertools = "0.10"
nom = "6.0"
once_cell = "1.7"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.4"
vk-parse = { version = "0.6", features = ["vkxml-convert"] }
vkxml = "0.3"
2018-03-10 20:47:02 +11:00
[dependencies.syn]
version = "1.0"
2018-03-10 20:47:02 +11:00
features = ["full", "extra-traits"]