[package]
edition = "2021"
rust-version = "1.77"
name = "fontconfig"
version = "0.11.0"
authors = [
"Austin Bonander <austin.bonander@gmail.com>",
"Manuel Reinhardt <manuel.jr16@gmail.com>",
"YesLogic Pty. Ltd. <info@yeslogic.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe, higher-level wrapper around the Fontconfig library"
homepage = "https://github.com/yeslogic/fontconfig-rs"
documentation = "https://docs.rs/crate/fontconfig"
readme = "README.md"
keywords = [
"font",
"search",
"wrapper",
"fontconfig",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/yeslogic/fontconfig-rs"
[features]
dlopen = ["yeslogic-fontconfig-sys/dlopen"]
[lib]
name = "fontconfig"
path = "src/lib.rs"
[[example]]
name = "fc-list"
path = "examples/fc-list.rs"
[[example]]
name = "fc-match"
path = "examples/fc-match.rs"
[dependencies.yeslogic-fontconfig-sys]
version = "6.0.0"