zenith-layout 0.0.7

Zenith text shaping and font metrics (rustybuzz + ttf-parser).
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 = "zenith-layout"
version = "0.0.7"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zenith text shaping and font metrics (rustybuzz + ttf-parser)."
homepage = "https://github.com/zenitheditor/zenith"
readme = "README.md"
keywords = [
    "design",
    "deterministic",
    "kdl",
    "rendering",
    "agent",
]
categories = [
    "rendering",
    "command-line-utilities",
    "visualization",
]
license = "Apache-2.0"
repository = "https://github.com/zenitheditor/zenith"

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

[dependencies.rustybuzz]
version = "0.20"

[dependencies.zenith-core]
version = "=0.0.7"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"