typf-render-opixa 5.0.16

Pure Rust rendering backend using Opixa rasterizer
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 = "typf-render-opixa"
version = "5.0.16"
authors = ["Typf Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust rendering backend using Opixa rasterizer"
readme = false
license = "Apache-2.0"
repository = "https://github.com/fontlaborg/typf"

[features]
default = []
parallel = ["rayon"]

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

[[example]]
name = "profile"
path = "examples/profile.rs"

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

[dependencies.log]
version = "0.4"

[dependencies.rayon]
version = "1.8"
optional = true

[dependencies.read-fonts]
version = "0.36"

[dependencies.skrifa]
version = "0.39"

[dependencies.typf-core]
version = "5.0.16"