[package] name = "rubedo-ssg" description = "The final stage in the alchemical process of building a static website" version = "0.5.0" edition = "2021" authors = [ "Gabriele Musco ", ] repository = "https://gitlab.com/gabmus/rubedo" license = "AGPL-3.0-or-later" keywords = ["ssg"] categories = ["command-line-utilities", "web-programming"] exclude = ["/default_theme", "/examples", "/logo.svg", "/.gitignore", "/tagging"] [dependencies] chrono = { version = "0.4.38", features = ["serde"] } clap = { version = "4.5.20", features = ["derive"] } comrak = { version = "0.29.0", features = ["syntect"] } fs_extra = "1.3.0" lazy_static = "1.5.0" serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.133" syntect = "5.2.0" tera = "1.20.0" toml = "0.8.19" two-face = "0.4.0" walkdir = "2.5.0"