[package] name = "html_preprocessor" version = "0.0.3" edition = "2021" authors = ["Jordon Brooks "] description = "A simple HTML preprocessor that supports file inclusion and template substitution." license = "MIT" readme = "README.md" repository = "https://github.com/Jordonbc/RustHTMLPreprocessor" keywords = ["html", "preprocessor", "template"] categories = ["web-programming", "template-engine"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] path = "src/lib.rs" crate-type = ["lib"] [dependencies]