[dependencies.byteorder]
version = "1.2"
[dependencies.euclid]
version = "0.20"
[dependencies.float-ord]
version = "0.2"
[dependencies.freetype]
optional = true
version = "^0.4.1"
[dependencies.lazy_static]
version = "1.0"
[dependencies.libc]
version = "0.2"
[dependencies.log]
version = "0.4"
[dependencies.lyon_path]
version = "0.14"
[dependencies.servo-fontconfig]
optional = true
version = "0.4"
[dev-dependencies.clap]
version = "2.32"
[dev-dependencies.colored]
version = "1.6"
[dev-dependencies.pbr]
version = "1.0"
[dev-dependencies.prettytable-rs]
version = "0.8"
[features]
loader-freetype = ["freetype"]
loader-freetype-default = ["loader-freetype"]
source-fontconfig = ["servo-fontconfig"]
source-fontconfig-default = ["source-fontconfig"]
[package]
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "A cross-platform font loading library"
edition = "2018"
exclude = ["resources/**"]
homepage = "https://github.com/servo/font-kit"
license = "MIT/Apache-2.0"
name = "font-kit"
readme = "README.md"
repository = "https://github.com/servo/font-kit"
version = "0.5.0"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation]
version = "0.7"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-graphics]
version = "0.19"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-text]
version = "15"
[target."cfg(not(any(target_arch = \"wasm32\", target_family = \"windows\", target_os = \"android\")))".dependencies.dirs]
version = "2.0"
[target."cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.freetype]
version = "^0.4.1"
[target."cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_os = \"ios\", target_arch = \"wasm32\")))".dependencies.servo-fontconfig]
version = "0.4"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.walkdir]
version = "2.1"
[target."cfg(target_family = \"windows\")".dependencies.dwrote]
default-features = false
version = "0.9"
[target."cfg(target_family = \"windows\")".dependencies.winapi]
features = ["dwrite", "minwindef", "sysinfoapi", "winbase", "winnt"]
version = "0.3"