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 |
#228 in Caching
733 downloads per month
Used in 20 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-featuresbecausegeturl-reqwestis 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 thevendoredoption in the native-tls crate, causing OpenSSL to be vendored
Dependencies
~3–23MB
~318K SLoC