# 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.65.0" name = "crossfont" version = "0.8.0" authors = [ "Christian Duerr ", "Joe Wilm ", ] description = "Cross platform native font loading and rasterization" documentation = "https://docs.rs/crossfont" readme = "README.md" keywords = ["font"] categories = [ "gui", "os", ] license = "Apache-2.0" repository = "https://github.com/alacritty/crossfont.git" [dependencies.foreign-types] version = "0.5" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [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(not(any(target_os = \"macos\", windows)))".build-dependencies.pkg-config] version = "0.3" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.25.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.objc] version = "0.2.7" [target."cfg(target_os = \"macos\")".dependencies.once_cell] version = "1.12" [target."cfg(windows)".dependencies.dwrote] version = "0.11" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["impl-default"]