font-kit 0.1.0

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]
name = "font-kit"
version = "0.1.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
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.arrayvec]
version = "0.4"

[dependencies.bitflags]
version = "1.0"

[dependencies.byteorder]
version = "1.2"

[dependencies.dirs]
version = "1.0"

[dependencies.euclid]
version = "0.19"

[dependencies.failure]
version = "0.1"

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

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

[dependencies.itertools]
version = "0.7"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.lyon_path]
version = "0.12"

[dependencies.memmap]
version = "0.6"

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

[dependencies.walkdir]
version = "2.1"
[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_family = \"windows\", target_os = \"macos\")))".dependencies.freetype]
version = "^0.4.1"

[target."cfg(not(any(target_family = \"windows\", target_os = \"macos\")))".dependencies.servo-fontconfig]
version = "0.4"
[target."cfg(target_family = \"windows\")".dependencies.dwrote]
version = "0.5"

[target."cfg(target_family = \"windows\")".dependencies.winapi]
version = "0.3"
features = ["minwindef", "winbase"]
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.18"

[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.0"