[package] name = "pukram2html" version = "0.1.1" edition = "2021" authors = ["p "] description = "A Rust library for converting Pukram-formatted text to HTML." homepage = "https://gitlab.com/porky11/pukram2html" repository = "https://gitlab.com/porky11/pukram2html" categories = ["text-processing"] keywords = ["html", "markup", "pukram", "text-processing"] license = "MIT OR Apache-2.0" readme = "README.md" [lib] name = "pukram2html" path = "src/lib.rs" [[bin]] name = "pukram2html" path = "src/main.rs" [dependencies] pukram-formatting = "0.2.0"