[workspace] members = ["macros"] [package] name = "fhtml" version = "0.6.1" edition = "2021" authors = ["Jonah Lund "] description = "std-compatible HTML formatting macros" homepage = "https://github.com/JonahLund/fhtml" repository = "https://github.com/JonahLund/fhtml" readme = "./README.md" keywords = ["html", "macro", "template", "formatting"] categories = ["template-engine", "value-formatting", "web-programming"] license = "MIT" rust-version = "1.71" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] fhtml-macros = { version = "0.6.1", path = "macros" }