harfbuzz-sys 0.6.1

Rust bindings to the HarfBuzz text shaping engine
Documentation
[build-dependencies.cc]
version = "1"

[build-dependencies.pkg-config]
version = "0.3"
[dependencies.freetype-sys]
optional = true
version = "0.20.1"

[features]
bundled = []
coretext = ["core-graphics", "core-text", "foreign-types"]
default = ["coretext", "directwrite", "freetype"]
directwrite = ["winapi"]
freetype = ["freetype-sys"]

[package]
authors = ["The Servo Project Developers"]
build = "build.rs"
categories = ["external-ffi-bindings", "internationalization", "text-processing"]
description = "Rust bindings to the HarfBuzz text shaping engine"
documentation = "https://docs.rs/harfbuzz/"
edition = "2021"
exclude = ["harfbuzz/docs/*", "harfbuzz/subprojects/benchmark-1.5.2/*", "harfbuzz/test/*", "update.sh"]
keywords = ["opentype", "font", "text", "unicode", "shaping"]
license = "MIT OR Apache-2.0"
links = "harfbuzz"
name = "harfbuzz-sys"
readme = "README.md"
repository = "https://github.com/servo/rust-harfbuzz"
version = "0.6.1"
[target."cfg(target_family = \"windows\")".dependencies.winapi]
features = ["dwrite"]
optional = true
version = "0.3"
[target."cfg(target_vendor = \"apple\")".dependencies.core-graphics]
optional = true
version = "0.23"

[target."cfg(target_vendor = \"apple\")".dependencies.core-text]
optional = true
version = "20"

[target."cfg(target_vendor = \"apple\")".dependencies.foreign-types]
optional = true
version = "0.5"