4 releases (2 breaking)
0.3.1 | May 18, 2023 |
---|---|
0.3.0 | Apr 26, 2022 |
0.2.0 | Oct 11, 2021 |
0.1.0 | Jun 15, 2021 |
#5 in #xe-te-x
559 downloads per month
Used in 18 crates
(via tectonic)
140KB
2K
SLoC
The tectonic_bundles
crate
This crate is part of the Tectonic project. It implements various Tectonic “bundles” that provide access to collections of TeX support files.
Cargo features
This crate provides the following Cargo features:
geturl-curl
: use the curl crate to implement HTTP requests. In order for this to take effect, you must use--no-default-features
becausegeturl-reqwest
is a default feature and it takes precedencegeturl-reqwest
: use the reqwest crate to implement HTTP requests (enabled by default)native-tls-vendored
: if using reqwest, activate thevendored
option in the native-tls crate, causing OpenSSL to be vendored
Dependencies
~2–22MB
~288K SLoC