# Copyright 2020-2021 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_core" version = "0.4.1" authors = ["Peter Williams "] description = """ Exposing core backend APIs to the Tectonic C/C++ code. """ homepage = "https://tectonic-typesetting.github.io/" documentation = "https://docs.rs/tectonic_bridge_core" repository = "https://github.com/tectonic-typesetting/tectonic/" readme = "README.md" license = "MIT" edition = "2018" links = "tectonic_bridge_core" [dependencies] flate2 = { version = "^1.0", default-features = false, features = ["zlib"] } lazy_static = "^1.4" libc = "^0.2" md-5 = "^0.10" tectonic_errors = { path = "../errors", version =">=0.2.0,<1"} tectonic_io_base = { path = "../io_base", version =">=0.3.0,<1"} tectonic_status_base = { path = "../status_base", version =">=0.1.0,<1"} [build-dependencies] cc = "^1.0.66" [package.metadata.internal_dep_versions] tectonic_errors = "5c9ba661edf5ef669f24f9904f99cca369d999e7" tectonic_io_base = "f7eeff461778f7082db7ed5097d93aa63119eb12" tectonic_status_base = "317ae79ceaa2593fb56090e37bf1f5cc24213dd9"