[package]
edition = "2024"
name = "vertext-html"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared Layout-to-HTML renderer for vertext hosts (CLI, wasm)"
readme = "README.md"
keywords = [
"vertical-text",
"typography",
"cjk",
"mongolian",
"unicode",
]
categories = [
"text-processing",
"internationalization",
]
license = "MIT"
repository = "https://github.com/bayanasar/vertext"
resolver = "2"
[lib]
name = "vertext_html"
path = "src/lib.rs"
[dependencies.vertext-core]
version = "0.1.0"