ratex-pdf 0.1.2

PDF export for RaTeX DisplayList using pdf-writer
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 = "ratex-pdf"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF export for RaTeX DisplayList using pdf-writer"
homepage = "https://github.com/erweixin/RaTeX"
documentation = "https://github.com/erweixin/RaTeX#readme"
readme = false
license = "MIT"
repository = "https://github.com/erweixin/RaTeX"

[features]
cli = [
    "embed-fonts",
    "dep:ratex-layout",
    "dep:ratex-parser",
]
default = []
embed-fonts = ["dep:ratex-katex-fonts"]

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

[[bin]]
name = "render-pdf"
path = "src/bin/render_pdf.rs"
required-features = ["cli"]

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

[dependencies.miniz_oxide]
version = "0.9"

[dependencies.pdf-writer]
version = "0.14"

[dependencies.ratex-font]
version = "0.1.2"

[dependencies.ratex-katex-fonts]
version = "0.1.2"
optional = true

[dependencies.ratex-layout]
version = "0.1.2"
optional = true

[dependencies.ratex-parser]
version = "0.1.2"
optional = true

[dependencies.ratex-types]
version = "0.1.2"

[dependencies.skrifa]
version = "0.42"

[dependencies.subsetter]
version = "0.2"

[dev-dependencies.ratex-layout]
version = "0.1.2"

[dev-dependencies.ratex-parser]
version = "0.1.2"