font-kit 0.3.1

A cross-platform font loading 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "font-kit"
version = "0.3.1"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
exclude = ["resources/**"]
description = "A cross-platform font loading library"
homepage = "https://github.com/pcwalton/font-kit"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/pcwalton/font-kit"
[dependencies.byteorder]
version = "1.2"

[dependencies.euclid]
version = "0.19"

[dependencies.float-ord]
version = "0.2"

[dependencies.freetype]
version = "^0.4.1"
optional = true

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.lyon_path]
version = "0.12"

[dependencies.servo-fontconfig]
version = "0.4"
optional = true
[dev-dependencies.clap]
version = "2.32"

[dev-dependencies.colored]
version = "1.6"

[dev-dependencies.pbr]
version = "1.0"

[dev-dependencies.prettytable-rs]
version = "0.7"

[features]
loader-freetype = ["freetype"]
loader-freetype-default = ["loader-freetype"]
source-fontconfig = ["servo-fontconfig"]
source-fontconfig-default = ["source-fontconfig"]
[target."cfg(not(any(target_arch = \"wasm32\", target_family = \"windows\", target_os = \"android\")))".dependencies.dirs]
version = "1.0"
[target."cfg(not(any(target_family = \"windows\", target_os = \"macos\")))".dependencies.freetype]
version = "^0.4.1"
[target."cfg(not(any(target_family = \"windows\", target_os = \"macos\", target_arch = \"wasm32\")))".dependencies.servo-fontconfig]
version = "0.4"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.memmap]
version = "0.7"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.walkdir]
version = "2.1"
[target."cfg(target_family = \"windows\")".dependencies.dwrote]
version = "0.9"
default-features = false

[target."cfg(target_family = \"windows\")".dependencies.winapi]
version = "0.3"
features = ["minwindef", "winbase"]
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.6"

[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "^0.17.1"

[target."cfg(target_os = \"macos\")".dependencies.core-text]
version = "13.2"