# 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 = "plotters-font-loader" version = "0.8.2" authors = ["MSleepyPanda ", "Hao Hou "] description = "A font loading utility written in and for rust. (Forked from MSleepyPanda/rust-font-loader)" homepage = "https://github.com/MSleepyPanda/rust-font-loader" documentation = "https://docs.rs/font-loader/" readme = "Readme.md" keywords = ["font", "loading", "loader", "wingdi", "fontconfig"] license = "MIT" repository = "https://github.com/MSleepyPanda/rust-font-loader" [dependencies.libc] version = "0.2.15" [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.servo-fontconfig] version = "0.4.0" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.6" [target."cfg(target_os = \"macos\")".dependencies.core-text] version = "10.0" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winuser", "wingdi"] default-features = false