[package]
edition = "2024"
name = "vertext-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line renderer for top-to-bottom, right-to-left text — the binary Quarto and other hosts invoke"
readme = "README.md"
keywords = [
"vertical-text",
"typography",
"cjk",
"mongolian",
"unicode",
]
categories = [
"text-processing",
"internationalization",
]
license = "MIT"
repository = "https://github.com/bayanasar/vertext"
resolver = "2"
[[bin]]
name = "vertext"
path = "src/main.rs"
[dependencies.vertext-core]
version = "0.1.0"
[dependencies.vertext-html]
version = "0.1.0"