# 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 = "2018" name = "rust-fontconfig" version = "0.1.13" authors = ["Felix Schütt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal dependency, pure-Rust alternative to font-loader and servo-fontconfig" readme = "README.md" keywords = [ "fontconfig", "font-loader", "font", "system-fonts", ] categories = ["gui"] license = "MIT" repository = "https://github.com/fschutt/rust-fontconfig" [lib] name = "rust_fontconfig" path = "src/lib.rs" [[example]] name = "getfont" path = "examples/getfont.rs" [dependencies.allsorts] version = "0.15.0" features = ["flate2_rust"] optional = true default-features = false [dependencies.base64] version = "0.22.1" [dependencies.rayon] version = "1.5.0" optional = true default-features = false [dependencies.xmlparser] version = "0.13.3" default-features = false [features] default = [ "std", "parsing", "multithreading", ] multithreading = ["rayon"] parsing = ["allsorts"] std = ["mmapio"] [target.'cfg(not(target_family="wasm"))'.dependencies.mmapio] version = "0.9.1" optional = true default-features = false