vertext-cli 0.2.0

Command-line renderer for top-to-bottom, right-to-left text — the binary Quarto and other hosts invoke
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "unicode-segmentation"
version = "1.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"

[[package]]
name = "vertext-cli"
version = "0.2.0"
dependencies = [
 "vertext-core",
 "vertext-html",
]

[[package]]
name = "vertext-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478b72c15e4b9f431f93e80adf3242aa5f938d0fe27945570ec2dab91f72df34"
dependencies = [
 "unicode-segmentation",
]

[[package]]
name = "vertext-html"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b07c6acfddbcad824b5f7dbe9e7a4c0c895a5122a12bb43904b96b6e33dc381"
dependencies = [
 "vertext-core",
]