ash/generator/Cargo.toml
Marijn Suijten 9cb6d386eb
generator: Upgrade bindgen, heck and vk-parse
`heck` got its API slightly renamed, and `bindgen` fixed all code-smell
linter warnings in its output (except naming style, which is inherent).
2022-07-29 08:11:27 -07:00

22 lines
406 B
TOML

[package]
name = "generator"
version = "0.1.0"
authors = ["Maik Klein <maikklein@googlemail.com>"]
edition = "2018"
[dependencies]
bindgen = "0.60"
heck = "0.4"
itertools = "0.10"
nom = "7.1"
once_cell = "1.7"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.4"
vk-parse = { version = "0.7", features = ["vkxml-convert"] }
vkxml = "0.3"
[dependencies.syn]
version = "1.0"
features = ["full", "extra-traits"]