# 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] name = "songww-harfbuzz-sys" version = "0.2.0" authors = ["The Servo Project Developers"] links = "harfbuzz" exclude = [ "harfbuzz/NEWS", "harfbuzz/perf/*", "harfbuzz/util/*.h", "harfbuzz/util/*.hh", "harfbuzz/util/*.c", "harfbuzz/util/*.cc", "harfbuzz/docs/*", "harfbuzz/test/*", "harfbuzz/test/api/fonts/*", "harfbuzz/test/subset/data/fonts/*", "harfbuzz/test/fuzzing/fonts/*", "harfbuzz/test/shape/data/text-rendering-tests/fonts/*", "harfbuzz/test/shape/data/aots/fonts/*", "harfbuzz/test/shape/data/in-house/fonts/*", "harfbuzz/.git", ] description = "Rust bindings to the HarfBuzz text shaping engine" documentation = "https://docs.rs/songww-harfbuzz-sys/" keywords = [ "opentype", "font", "text", "layout", "unicode", ] categories = [ "external-ffi-bindings", "internationalization", ] license = "MIT" repository = "https://github.com/songww/rust-harfbuzz" [lib] name = "harfbuzz_sys" [build-dependencies.bindgen_] version = "0.60" optional = true package = "bindgen" [build-dependencies.cc] version = "1" optional = true [build-dependencies.pkg-config] version = "0.3" [build-dependencies.regex] version = "1" optional = true [build-dependencies.which] version = "4.2" [features] bindgen = [ "bindgen_", "regex", ] default = [] vendored = ["cc"] [target."cfg(any(target_os = \"android\", all(unix, not(target_vendor = \"apple\"))))".dependencies.freetype-sys] version = "0.15" default-features = false [target."cfg(target_vendor = \"apple\")".dependencies.core-graphics] version = "0.22" [target."cfg(target_vendor = \"apple\")".dependencies.core-text] version = "19" [target."cfg(target_vendor = \"apple\")".dependencies.foreign-types] version = "0.3"