[[bin]]
name = "syntax-html"
path = "src/main.rs"
[dependencies.syntect]
version = "5.3.0"
[dependencies.two-face]
version = "0.4.3"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "parsing", "text-processing", "web-programming"]
description = "A simple cli application for generating syntax-highlighted HTML of code files"
edition = "2024"
keywords = ["html", "colouring", "highlighting", "syntax"]
license-file = "LICENSE.txt"
name = "syntax-html"
readme = "README.md"
repository = "https://git.sagev.space/sage/syntax-html"
version = "0.2.0"