tectonic_bridge_harfbuzz 0.3.2

Expose the Harfbuzz C/C++ APIs to Rust/Cargo.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "adler2"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"

[[package]]
name = "cc"
version = "1.2.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc"
dependencies = [
 "shlex",
]

[[package]]
name = "cfg-if"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"

[[package]]
name = "crc32fast"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [
 "cfg-if",
]

[[package]]
name = "flate2"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
dependencies = [
 "crc32fast",
 "libz-sys",
 "miniz_oxide",
]

[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"

[[package]]
name = "libc"
version = "0.2.172"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"

[[package]]
name = "libz-sys"
version = "1.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
dependencies = [
 "cc",
 "pkg-config",
 "vcpkg",
]

[[package]]
name = "miniz_oxide"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
dependencies = [
 "adler2",
]

[[package]]
name = "pkg-config"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"

[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"

[[package]]
name = "tectonic_bridge_flate"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15d5b043923db1ef819c5a001f2966f3f48f0980449271d60ef8a10401820651"
dependencies = [
 "flate2",
 "libc",
]

[[package]]
name = "tectonic_bridge_freetype2"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955d1a5dbf9d4e51355f48504169b16de1147a476d765036391800573ea6cc9e"
dependencies = [
 "libc",
 "tectonic_bridge_flate",
 "tectonic_bridge_png",
 "tectonic_dep_support",
]

[[package]]
name = "tectonic_bridge_graphite2"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4703204e86abf78e0c6d0be1fbb0050265287d5221d2f922807d8d246dae28ac"
dependencies = [
 "libc",
 "tectonic_dep_support",
]

[[package]]
name = "tectonic_bridge_harfbuzz"
version = "0.3.2"
dependencies = [
 "cc",
 "libc",
 "tectonic_bridge_freetype2",
 "tectonic_bridge_graphite2",
 "tectonic_cfg_support",
 "tectonic_dep_support",
 "tectonic_mac_core",
]

[[package]]
name = "tectonic_bridge_png"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71bb3d675cd8518e5850daae6a3481be68e5dab4856747f13b04663990d48bfd"
dependencies = [
 "tectonic_dep_support",
]

[[package]]
name = "tectonic_cfg_support"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89a49595a8afe94e4ac850dca80fa696709feb8c1fc4d016cd83044bc413065b"
dependencies = [
 "lazy_static",
]

[[package]]
name = "tectonic_dep_support"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0be45d56d592f977e5dc49d5cff15c4a1cea9ed87ff385dd32d34009e4477fb"
dependencies = [
 "pkg-config",
 "vcpkg",
]

[[package]]
name = "tectonic_mac_core"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f1c0bf03fecc705151b36ab8f414a49931f8cb1f4113efe743ee48f8e5fd294"
dependencies = [
 "libc",
 "tectonic_cfg_support",
]

[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"