# 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 = "hb-subset" version = "0.3.0" exclude = [ "harfbuzz/", "!harfbuzz/src", "!harfbuzz/COPYING", "tests/fonts", ".github", ] description = "A wrapper for HarfBuzz font subsetting API " homepage = "https://github.com/henkkuli/hb-subset-rs" readme = "README.md" keywords = [ "font", "subsetting", "harfbuzz", ] categories = [ "api-bindings", "encoding", ] license = "MIT" repository = "https://github.com/henkkuli/hb-subset-rs" [package.metadata.docs.rs] features = ["bundled"] [dependencies.thiserror] version = "1.0.50" [build-dependencies.bindgen] version = "0.69.1" [build-dependencies.cc] version = "1.0.83" [build-dependencies.pkg-config] version = "0.3.27" [features] bundled = []