[badges.appveyor]
branch = "master"
repository = "manuel-rhdt/harfbuzz_rs"
service = "github"
[badges.travis-ci]
branch = "master"
repository = "manuel-rhdt/harfbuzz_rs"
[dependencies.bitflags]
version = "^1"
[dependencies.harfbuzz-sys]
default-features = false
version = "0.5"
[dependencies.rusttype]
optional = true
version = "0.9"
[features]
build-native-freetype = ["harfbuzz-sys/build-native-freetype"]
build-native-harfbuzz = ["harfbuzz-sys/build-native-harfbuzz"]
default = ["build-native-harfbuzz", "build-native-freetype"]
[package]
authors = ["Manuel Reinhardt <manuel.rhdt@gmail.com>"]
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 = "2018"
keywords = ["text", "ffi", "textlayout", "shaping", "harfbuzz"]
license = "MIT"
name = "harfbuzz_rs"
readme = "README.md"
repository = "https://github.com/manuel-rhdt/harfbuzz_rs"
version = "2.0.0"