harfbuzz_rs_now 2.3.2

A high-level interface to HarfBuzz, exposing its most important functionality in a safe manner using Rust.
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 = "harfbuzz_rs_now"
version = "2.3.2"
authors = [
    "Manuel Reinhardt <manuel.rhdt@gmail.com>",
    "KonghaYao <3446798488@qq.com>",
]
build = "build.rs"
links = "harfbuzz"
include = [
    "src/*",
    "harfbuzz/src/*",
    "harfbuzz-output.cc",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-level interface to HarfBuzz, exposing its most important functionality in a safe manner using Rust."
readme = "README.md"
keywords = [
    "text",
    "ffi",
    "textlayout",
    "shaping",
    "harfbuzz",
]
categories = [
    "api-bindings",
    "external-ffi-bindings",
    "internationalization",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/harfbuzz/harfbuzz_rs"

[badges.maintainence]
status = "passively-maintained"

[features]
build-native-harfbuzz = []
default = [
    "build-native-harfbuzz",
    "variation_support",
]
variation_support = []

[lib]
name = "harfbuzz_rs_now"
path = "src/lib.rs"
doctest = false

[dependencies.bitflags]
version = "2.6.0"

[dependencies.rusttype]
version = "0.9"
optional = true

[build-dependencies.cc]
version = "1.2.20"

[build-dependencies.pkg-config]
version = "0.3.31"