44
55[package ]
66name = " tectonic"
7- version = " 0.0.0-dev.0" # assigned with cranko (see README)
7+ version = " 0.0.0-dev.0" # assigned with cranko (see README)
88authors = [" Peter Williams <peter@newton.cx>" ]
99description = """
1010A modernized, complete, embeddable TeX/LaTeX engine. Tectonic is forked from the XeTeX
@@ -16,7 +16,13 @@ documentation = "https://docs.rs/tectonic"
1616repository = " https://github.com/tectonic-typesetting/tectonic/"
1717readme = " CARGO_README.md"
1818keywords = [" tex" , " latex" , " typesetting" , " font" ]
19- categories = [" command-line-interface" , " parser-implementations" , " rendering" , " science" , " text-processing" ]
19+ categories = [
20+ " command-line-interface" ,
21+ " parser-implementations" ,
22+ " rendering" ,
23+ " science" ,
24+ " text-processing" ,
25+ ]
2026license = " MIT"
2127edition = " 2018"
2228exclude = [" /dist/" , " /reference_sources/" ]
@@ -108,7 +114,10 @@ external-harfbuzz = ["tectonic_engine_xetex/external-harfbuzz"]
108114geturl-curl = [" tectonic_bundles/geturl-curl" , " tectonic_geturl/curl" ]
109115geturl-reqwest = [" tectonic_bundles/geturl-reqwest" , " tectonic_geturl/reqwest" ]
110116
111- native-tls-vendored = [" tectonic_bundles/native-tls-vendored" , " tectonic_geturl/native-tls-vendored" ]
117+ native-tls-vendored = [
118+ " tectonic_bundles/native-tls-vendored" ,
119+ " tectonic_geturl/native-tls-vendored" ,
120+ ]
112121
113122# developer feature to compile with the necessary flags for profiling tectonic.
114123profile = []
@@ -129,10 +138,21 @@ overlay-triplets-path = "dist/vcpkg-triplets"
129138# add them to crates/dep_support/src/lib.rs:new_from_vcpkg() to give users
130139# guidance if they might need to set $VCPKGRS_TRIPLET.
131140[package .metadata .vcpkg .target ]
132- x86_64-apple-darwin = { install = [" freetype" ," harfbuzz[icu,graphite2]" ] }
133- aarch64-apple-darwin = { triplet = " arm64-osx" , install = [" freetype" ," harfbuzz[icu,graphite2]" ] }
134- x86_64-unknown-linux-gnu = { install = [" fontconfig" ," freetype" ," harfbuzz[icu,graphite2]" ] }
135- x86_64-pc-windows-msvc = { triplet = " x64-windows-static-release" , install = [" fontconfig" ," freetype" ," harfbuzz[icu,graphite2]" ] }
141+ x86_64-apple-darwin = { install = [" freetype" , " harfbuzz[icu,graphite2]" ] }
142+ aarch64-apple-darwin = { triplet = " arm64-osx" , install = [
143+ " freetype" ,
144+ " harfbuzz[icu,graphite2]" ,
145+ ] }
146+ x86_64-unknown-linux-gnu = { install = [
147+ " fontconfig" ,
148+ " freetype" ,
149+ " harfbuzz[icu,graphite2]" ,
150+ ] }
151+ x86_64-pc-windows-msvc = { triplet = " x64-windows-static-release" , install = [
152+ " fontconfig" ,
153+ " freetype" ,
154+ " harfbuzz[icu,graphite2]" ,
155+ ] }
136156
137157[package .metadata .internal_dep_versions ]
138158tectonic_bridge_core = " thiscommit:2023-06-11:PvhF7YB"
0 commit comments