# 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" name = "harfbuzz-bindings" version = "0.2.0" authors = ["Benjamin Eder "] build = "build.rs" links = "harfbuzz" description = "HarfBuzz text shaping engine bindings for Rust" readme = "README.md" keywords = [ "font", "text", "opentype", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/bennyboer/harfbuzz-bindings" [package.metadata.vcpkg] git = "https://github.com/microsoft/vcpkg" rev = "809266d" dependencies = ["harfbuzz"] [package.metadata.vcpkg.target.x86_64-pc-windows-msvc] dependencies = ["harfbuzz:x64-windows-static-md"] [package.metadata.vcpkg.target.x86_64-unknown-linux-gnu] dependencies = ["harfbuzz:x64-linux"] [package.metadata.vcpkg.target.x86_64-apple-darwin] dependencies = ["harfbuzz:x64-osx"] [package.metadata.vcpkg.target.aarch64-apple-darwin] dependencies = ["harfbuzz:arm64-osx"] [dependencies] [build-dependencies.bindgen] version = "0.60.1" [build-dependencies.vcpkg] version = "0.2.15"