@@ -16,17 +16,14 @@ documentation = "https://docs.rs/tectonic"
16
16
repository = " https://github.com/tectonic-typesetting/tectonic/"
17
17
readme = " CARGO_README.md"
18
18
keywords = [" tex" , " latex" , " typesetting" , " font" ]
19
- categories = [
20
- " command-line-interface" ,
21
- " parser-implementations" ,
22
- " rendering" ,
23
- " science" ,
24
- " text-processing" ,
25
- ]
19
+ categories = [" command-line-interface" , " parser-implementations" , " rendering" , " science" , " text-processing" ]
26
20
license = " MIT"
27
21
edition = " 2018"
28
22
exclude = [" /dist/" , " /reference_sources/" ]
29
23
24
+ [lints .rust ]
25
+ unexpected_cfgs = { level = " warn" , check-cfg = [' cfg(backtrace)' ] }
26
+
30
27
[badges ]
31
28
travis-ci = { repository = " tectonic-typesetting/tectonic" }
32
29
codecov = { repository = " tectonic-typesetting/tectonic" , service = " github" }
@@ -97,6 +94,7 @@ watchexec-filterer-globset = "3.0"
97
94
watchexec-signals = " 2.0"
98
95
watchexec-supervisor = " 1.0"
99
96
zip = { version = " ^0.6" , default-features = false , features = [" deflate" ] }
97
+ time = " 0.3.36"
100
98
101
99
[features ]
102
100
default = [" geturl-reqwest" , " serialization" ]
@@ -114,10 +112,7 @@ external-harfbuzz = ["tectonic_engine_xetex/external-harfbuzz"]
114
112
geturl-curl = [" tectonic_bundles/geturl-curl" , " tectonic_geturl/curl" ]
115
113
geturl-reqwest = [" tectonic_bundles/geturl-reqwest" , " tectonic_geturl/reqwest" ]
116
114
117
- native-tls-vendored = [
118
- " tectonic_bundles/native-tls-vendored" ,
119
- " tectonic_geturl/native-tls-vendored" ,
120
- ]
115
+ native-tls-vendored = [" tectonic_bundles/native-tls-vendored" , " tectonic_geturl/native-tls-vendored" ]
121
116
122
117
# developer feature to compile with the necessary flags for profiling tectonic.
123
118
profile = []
@@ -141,23 +136,9 @@ overlay-triplets-path = "dist/vcpkg-triplets"
141
136
# guidance if they might need to set $VCPKGRS_TRIPLET.
142
137
[package .metadata .vcpkg .target ]
143
138
x86_64-apple-darwin = { install = [" freetype" , " harfbuzz[graphite2]" , " icu" ] }
144
- aarch64-apple-darwin = { triplet = " arm64-osx" , install = [
145
- " freetype" ,
146
- " harfbuzz[graphite2]" ,
147
- " icu" ,
148
- ] }
149
- x86_64-unknown-linux-gnu = { install = [
150
- " fontconfig" ,
151
- " freetype" ,
152
- " harfbuzz[graphite2]" ,
153
- " icu" ,
154
- ] }
155
- x86_64-pc-windows-msvc = { triplet = " x64-windows-static-release" , install = [
156
- " fontconfig" ,
157
- " freetype" ,
158
- " harfbuzz[graphite2]" ,
159
- " icu" ,
160
- ] }
139
+ aarch64-apple-darwin = { triplet = " arm64-osx" , install = [" freetype" , " harfbuzz[graphite2]" , " icu" ] }
140
+ x86_64-unknown-linux-gnu = { install = [" fontconfig" , " freetype" , " harfbuzz[graphite2]" , " icu" ] }
141
+ x86_64-pc-windows-msvc = { triplet = " x64-windows-static-release" , install = [" fontconfig" , " freetype" , " harfbuzz[graphite2]" , " icu" ] }
161
142
162
143
[package .metadata .internal_dep_versions ]
163
144
tectonic_bridge_core = " thiscommit:2023-06-11:PvhF7YB"
0 commit comments