[package] name = "orestaty" version = "1.0.0" edition = "2021" authors = ["InfiniteCoder "] description = "HTML-centered handlebars-based static site generator" repository = "https://github.com/InfiniteCoder01/OreStaty/" license = "MIT OR Apache-2.0" keywords = ["markdown", "handlebars", "sass", "html"] categories = [ "command-line-utilities", "parser-implementations", "template-engine", "text-processing", "web-programming", ] [dependencies] clap = { version = "4.0", features = ["derive"] } toml = "0.8" handlebars = { version = "5.1", features = ["script_helper"] } serde = "1.0" serde_json = "1.0" grass = "0.13" pulldown-cmark = "0.11" serde_yml = "0.0" syntect = "5.1" unindent = "0.2.3"