fontconfig 0.11.0

Safe, higher-level wrapper around the Fontconfig library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"