[package]
edition = "2021"
rust-version = "1.75"
name = "efx-core"
version = "1.1.1"
authors = ["Max Zhuk <mail@zhukmax.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core parser and AST for EFx proc-macro"
readme = false
keywords = [
"parser",
"ast",
"templating",
"egui",
"gui",
]
categories = [
"gui",
"template-engine",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ZhukMax/efx"
[features]
doc-prelude = ["egui"]
[lib]
name = "efx_core"
path = "src/lib.rs"
[[test]]
name = "attr_tests"
path = "tests/attr_tests.rs"
[[test]]
name = "parser_tests"
path = "tests/parser_tests.rs"
[dependencies.egui]
version = "0.32"
optional = true
default-features = false