lvgl-rs/lvgl-codegen/Cargo.toml

19 lines
434 B
TOML

[package]
name = "lvgl-codegen"
version = "0.3.3"
description = "Code generation based on LVGL source code"
authors = ["Rafael Caricio <crates.lvgl@caric.io>"]
readme = "README.md"
edition = "2018"
license = "MIT"
repository = "https://github.com/rafaelcaricio/lvgl-rs"
[dependencies]
regex = "1.3.9"
quote = "1.0.7"
lazy_static = "1.4.0"
proc-macro2 = "1.0.18"
Inflector = "0.11.4"
syn = { version = "1.0.31", features = ["full"]}