[dependencies.foreign-types]
version = "0.5"
[dependencies.libc]
version = "0.2"
[dependencies.log]
version = "0.4"
[lib]
name = "crossfont"
path = "src/lib.rs"
[package]
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["gui", "os"]
description = "Cross platform native font loading and rasterization"
documentation = "https://docs.rs/crossfont"
edition = "2021"
keywords = ["font"]
license = "Apache-2.0"
name = "crossfont"
readme = "README.md"
repository = "https://github.com/alacritty/crossfont.git"
rust-version = "1.71.0"
version = "0.8.1"
[target.'cfg(not(any(target_os = "macos", windows)))'.build-dependencies.pkg-config]
version = "0.3"
[target.'cfg(not(any(target_os = "macos", windows)))'.dependencies.freetype-rs]
version = "0.36.0"
[target.'cfg(not(any(target_os = "macos", windows)))'.dependencies.yeslogic-fontconfig-sys]
version = "5.0.0"
[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.9.3"
[target.'cfg(target_os = "macos")'.dependencies.core-foundation-sys]
version = "0.8.4"
[target.'cfg(target_os = "macos")'.dependencies.core-graphics]
version = "0.23.1"
[target.'cfg(target_os = "macos")'.dependencies.core-text]
version = "20.1.0"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.5.1"
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
features = ["NSString", "NSUserDefaults", "NSValue"]
version = "0.2.2"
[target.'cfg(target_os = "macos")'.dependencies.once_cell]
version = "1.12"
[target."cfg(windows)".dependencies.dwrote]
version = "0.11"
[target."cfg(windows)".dependencies.winapi]
features = ["impl-default"]
version = "0.3"