harfbuzz 0.6.0

Rust bindings to the HarfBuzz text shaping engine
Documentation
[dependencies.harfbuzz-sys]
default-features = false
version = "0.6.0"

[dependencies.harfbuzz-traits]
default-features = false
version = "0.6.0"

[features]
bundled = ["harfbuzz-sys/bundled"]
coretext = ["harfbuzz-sys/coretext"]
default = ["coretext", "directwrite", "freetype", "std"]
directwrite = ["harfbuzz-sys/directwrite"]
freetype = ["harfbuzz-sys/freetype"]
std = []

[package]
authors = ["The Servo Project Developers"]
categories = ["text-processing"]
description = "Rust bindings to the HarfBuzz text shaping engine"
documentation = "https://docs.rs/harfbuzz/"
edition = "2021"
keywords = ["opentype", "font", "text", "unicode", "shaping"]
license = "MIT OR Apache-2.0"
name = "harfbuzz"
readme = "README.md"
repository = "https://github.com/servo/rust-harfbuzz"
version = "0.6.0"