tectonic-rustybuzz 0.20.2

A complete harfbuzz shaping algorithm port to Rust. Tectonic fork of rustybuzz 0.20.1 carrying CFF glyph-extents fixes.
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 = "tectonic-rustybuzz"
version = "0.20.2"
authors = [
    "Caleb Maclennan <caleb@alerque.com>",
    "Laurenz Stampfl <laurenz.stampfl@gmail.com>",
    "Yevhenii Reizner <razrfalcon@gmail.com>",
    "خالد حسني (Khaled Hosny) <khaled@aliftype.com>",
]
build = false
exclude = [
    "benches/",
    "tests/",
    "docs/",
    "scripts/",
    "Cargo.toml.orig",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A complete harfbuzz shaping algorithm port to Rust. Tectonic fork of rustybuzz 0.20.1 carrying CFF glyph-extents fixes."
documentation = "https://docs.rs/tectonic-rustybuzz/"
readme = "README.md"
keywords = [
    "text",
    "shaping",
    "opentype",
    "truetype",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/jxoesneon/rustybuzz"

[features]
default = ["std"]
std = ["ttf-parser/std"]
wasm-shaper = [
    "std",
    "dep:wasmi",
]

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

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

[dependencies.bitflags]
version = "2.4.1"

[dependencies.bytemuck]
version = "1.5"
features = ["extern_crate_alloc"]

[dependencies.core_maths]
version = "0.1.0"

[dependencies.log]
version = "0.4.22"

[dependencies.smallvec]
version = "1.6"

[dependencies.ttf-parser]
version = "0.25.0"
features = [
    "opentype-layout",
    "apple-layout",
    "variable-fonts",
    "glyph-names",
    "no-std-float",
]
default-features = false

[dependencies.unicode-bidi-mirroring]
version = "0.4.0"

[dependencies.unicode-ccc]
version = "0.4.0"

[dependencies.unicode-properties]
version = "=0.1.3"
features = ["general-category"]
default-features = false

[dependencies.unicode-script]
version = "=0.5.7"

[dependencies.wasmi]
version = "0.37.0"
optional = true

[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.pico-args]
version = "0.5"
features = ["eq-separator"]