tectonic_bundles
crateThis crate is part of the Tectonic project. It implements various Tectonic “bundles” that provide access to collections of TeX support files.
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
because
geturl-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 the vendored
option in
the [native-tls] crate, causing OpenSSL to be vendored