[package] name = "fontconfig" version = "0.9.0" edition = "2021" rust-version = "1.77" authors = [ "Austin Bonander ", "Manuel Reinhardt ", "YesLogic Pty. Ltd. " ] license = "MIT" description = "Safe, higher-level wrapper around the Fontconfig library" keywords = ["font", "search", "wrapper", "fontconfig"] categories = ["text-processing"] homepage = "https://github.com/yeslogic/fontconfig-rs" documentation = "https://docs.rs/crate/fontconfig" repository = "https://github.com/yeslogic/fontconfig-rs" [dependencies.yeslogic-fontconfig-sys] version = "6.0.0" path = "../fontconfig-sys" [features] dlopen = [ "yeslogic-fontconfig-sys/dlopen" ]