rassa-layout 0.5.1

ASS subtitle layout pipeline for the rassa renderer.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "rassa-layout"
version = "0.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ASS subtitle layout pipeline for the rassa renderer."
readme = "README.md"
keywords = [
    "subtitles",
    "ass",
    "renderer",
    "libass",
    "rust",
]
license = "MIT"
repository = "https://github.com/altqx/rassa"
resolver = "2"

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

[dependencies.rassa-core]
version = "0.5.1"

[dependencies.rassa-fonts]
version = "0.5.1"

[dependencies.rassa-parse]
version = "0.5.1"

[dependencies.rassa-raster]
version = "0.5.1"

[dependencies.rassa-shape]
version = "0.5.1"

[dependencies.rassa-unibreak]
version = "0.5.1"

[dependencies.rassa-unicode]
version = "0.5.1"