# Copyright 2020 the Tectonic Project # Licensed under the MIT License. # See README.md for discussion of features (or lack thereof) in this crate. [package] name = "tectonic_bridge_graphite2" version = "0.2.2" authors = ["Peter Williams "] description = """ Expose the graphite2 library to Rust/Cargo. """ homepage = "https://tectonic-typesetting.github.io/" documentation = "https://docs.rs/tectonic_bridge_graphite2" repository = "https://github.com/tectonic-typesetting/tectonic/" readme = "README.md" license = "MIT" edition = "2018" links = "graphite2" [build-dependencies] tectonic_dep_support = { path = "../dep_support", version =">=0.1.0,<1"} [package.metadata.internal_dep_versions] tectonic_dep_support = "5faf4205bdd3d31101b749fc32857dd746f9e5bc"