harfbuzz_rs_now 2.2.2

A high-level interface to HarfBuzz, exposing its most important functionality in a safe manner using Rust.
Documentation
[badges.maintainence]
status = "passively-maintained"

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

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

[dependencies.bitflags]
version = "^1"

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

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

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

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