[package]
edition = "2021"
name = "late2htm"
version = "0.1.0"
authors = ["LunaStev <lunastev@gurmstudios.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for converting LaTeX-formatted text into HTML with minimal styling."
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/LunaStev/late2htm"
[lib]
name = "late2htm"
path = "src/lib.rs"
[dependencies.regex]
version = "1"