rustyfi-backend 0.1.4

Box/glue model, typesetting context, line and page breaking for SATySFi
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 = "2021"
name = "rustyfi-backend"
version = "0.1.4"
authors = ["Yasuo Ozu <yasuo@ozu.email>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Box/glue model, typesetting context, line and page breaking for SATySFi"
homepage = "https://github.com/yasuo-ozu/rustyfi"
readme = "README.md"
keywords = [
    "satysfi",
    "typesetting",
    "pdf",
    "typography",
]
categories = [
    "text-processing",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/yasuo-ozu/rustyfi"

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

[[test]]
name = "graphics_roadmap_c"
path = "tests/graphics_roadmap_c.rs"

[[test]]
name = "jpeg_dct"
path = "tests/jpeg_dct.rs"

[[test]]
name = "linebreak"
path = "tests/linebreak.rs"

[[test]]
name = "linebreak_uax14"
path = "tests/linebreak_uax14.rs"

[[test]]
name = "pagebreak"
path = "tests/pagebreak.rs"

[[test]]
name = "visit_reachability"
path = "tests/visit_reachability.rs"

[dependencies.newer-type]
version = "0.3"

[dependencies.newer-type-std]
version = "0.3"

[dependencies.syan]
version = "0.2.2"

[dependencies.unicode-linebreak]
version = "0.1"