[package] name = "ahecha" version = "0.0.12" edition = "2021" license = "MIT" description = "Ahecha crate" homepage = "https://github.com/ahecha-co/ahecha" documentation = "https://docs.rs/ahecha" repository = "https://github.com/ahecha-co/ahecha" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = [] backend = ["ahecha_macro/backend"] frontend = ["ahecha_macro/frontend"] partials = ["ahecha_html/partials"] time = ["ahecha_html/time"] [dependencies] ahecha_macro = { path="../macro", version="0.0.10" } ahecha_html = { path="../html", version="0.0.10" } uuid = "1"