rtf-to-html 0.1.0

Convert RTF documents to HTML with semantic markup
Documentation
[dependencies.rtf-parser-tt]
version = "0.5"

[dependencies.thiserror]
version = "2"

[lib]
name = "rtf_to_html"
path = "src/lib.rs"

[package]
authors = ["TwelveTake Studios <contact@twelvetake.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "text-processing"]
description = "Convert RTF documents to HTML with semantic markup"
documentation = "https://docs.rs/rtf-to-html"
edition = "2021"
keywords = ["rtf", "html", "converter", "parser", "document"]
license = "MIT OR Apache-2.0"
name = "rtf-to-html"
readme = "README.md"
repository = "https://github.com/TwelveTake-Studios/rtf-to-html"
version = "0.1.0"