[package] name = "ibex_alpha" version = "0.1.0" edition = "2021" description = "Ergonomic HTML templating in Rust for SSG/SSR" license = "MIT" documentation = "https://docs.rs/ibex/latest/ibex" repository = "https://github.com/darccyy/ibex" authors = ["darcy"] keywords = ["html", "templating", "ssg", "web", "macro"] exclude = ["target"] [dependencies] ibex_core = { path = "../core", version = "0.1.0" } ibex_macros = { path = "../macros", version = "0.1.0" } grass = "0.13.1" symlink = "0.1.0" # [features] # macros = ["dep:macros"]