Crates.io | tectonic_bundles |
lib.rs | tectonic_bundles |
version | 0.3.1 |
source | src |
created_at | 2021-06-15 03:20:42.979156 |
updated_at | 2023-05-18 03:54:00.941945 |
description | Tectonic "bundle" (support file collection) implementations. |
homepage | https://tectonic-typesetting.github.io/ |
repository | https://github.com/tectonic-typesetting/tectonic/ |
max_upload_size | |
id | 410229 |
size | 54,338 |
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