[package] name = "ultron-ssg" version = "0.3.0" authors = ["Jovansonlee Cesar "] edition = "2021" description = "A syntax highlighting library ideal for usage in a static site generator" license = "MIT" repository = "https://github.com/ivanceras/ultron" documentation = "https://docs.rs/ultron-ssg" readme = "../../README.md" keywords = ["syntax", "highlighting", "monospace"] [dependencies] ultron-web = { version = "0.3.0", path = "../ultron-web" , default-features = false}