# 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.56.1" name = "fontconfig-rs" version = "0.1.1" authors = [ "Austin Bonander ", "Manuel Reinhardt ", "YesLogic Pty. Ltd. ", "Wanwei Song ", ] description = "Safe, higher-level wrapper around the fontconfig library" homepage = "https://github.com/songww/fontconfig-rs" documentation = "https://docs.rs/fontconfig-rs" readme = "README.md" keywords = [ "font", "search", "wrapper", "fontconfig", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/songww/fontconfig-rs" resolver = "2" [lib] name = "fontconfig" [dependencies.const-cstr] version = "0.3" [dependencies.once_cell] version = "1.12" [dependencies.thiserror] version = "1.0" [dependencies.yeslogic-fontconfig-sys] version = "3.1.0" [dev-dependencies.clap] version = "3.2" features = ["derive"] [features] dlopen = ["yeslogic-fontconfig-sys/dlopen"]