lvgl-rs/lvgl-codegen/Cargo.toml

19 lines
434 B
TOML
Raw Normal View History

2020-06-04 00:00:31 +00:00
[package]
name = "lvgl-codegen"
2021-03-06 23:34:19 +00:00
version = "0.5.2"
2020-06-11 20:22:36 +00:00
description = "Code generation based on LVGL source code"
2020-06-14 09:18:33 +00:00
authors = ["Rafael Caricio <crates.lvgl@caric.io>"]
readme = "README.md"
2020-06-04 00:00:31 +00:00
edition = "2018"
2020-06-11 20:22:36 +00:00
license = "MIT"
2020-06-14 09:18:33 +00:00
repository = "https://github.com/rafaelcaricio/lvgl-rs"
2020-06-11 20:22:36 +00:00
2020-06-04 00:00:31 +00:00
[dependencies]
2021-03-07 17:25:05 +00:00
regex = "1.4.3"
quote = "1.0.9"
2020-06-11 20:22:36 +00:00
lazy_static = "1.4.0"
proc-macro2 = "1.0.27"
2020-06-12 07:16:57 +00:00
Inflector = "0.11.4"
syn = { version = "1.0.72", features = ["full"]}
2020-06-11 20:22:36 +00:00