# 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 = "2018" name = "tectonic_engine_xetex" version = "0.4.4" authors = ["Peter Williams "] links = "tectonic_engine_xetex" description = """ The [XeTeX](http://xetex.sourceforge.net/) engine as a reusable crate. """ homepage = "https://tectonic-typesetting.github.io/" documentation = "https://docs.rs/tectonic_engine_xetex" readme = "README.md" license = "MIT" repository = "https://github.com/tectonic-typesetting/tectonic/" [package.metadata.internal_dep_versions] tectonic_bridge_core = "4e16bf963700aae59772a6fb223981ceaa9b5f57" tectonic_bridge_flate = "5933308152efb6ba206b4dc01ab6814063b835c0" tectonic_bridge_graphite2 = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad" tectonic_bridge_harfbuzz = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad" tectonic_cfg_support = "9d5feb40c7ac6958ee3c50604af9271eb2db2b20" tectonic_errors = "317ae79ceaa2593fb56090e37bf1f5cc24213dd9" tectonic_pdf_io = "9a8b975e76c7a27f140d0974ec3442f2347e18ad" tectonic_xetex_layout = "7e63f1b55da1b75c159dd7138c08f3e6c4e43e9c" [dependencies.libc] version = "^0.2" [dependencies.tectonic_bridge_core] version = ">=0.2.0,<1" [dependencies.tectonic_bridge_flate] version = ">=0.1.1,<1" [dependencies.tectonic_bridge_graphite2] version = ">=0.2.0,<1" [dependencies.tectonic_bridge_harfbuzz] version = ">=0.2.0,<1" [dependencies.tectonic_errors] version = ">=0.1.0,<1" [dependencies.tectonic_pdf_io] version = ">=0.3.0,<1" [dependencies.tectonic_xetex_layout] version = ">=0.2.1,<1" [build-dependencies.cc] version = "^1.0.66" [build-dependencies.tectonic_cfg_support] version = ">=0.1.2,<1" [features] external-harfbuzz = [ "tectonic_bridge_harfbuzz/external-harfbuzz", "tectonic_xetex_layout/external-harfbuzz", ]