4 个版本 (2 个破坏性)
0.3.1 | 2023 年 5 月 18 日 |
---|---|
0.3.0 | 2022 年 4 月 26 日 |
0.2.0 | 2021 年 10 月 11 日 |
0.1.0 | 2021 年 6 月 15 日 |
#6 in #tex-engine
796 每月下载量
在 17 个crate中(通过 tectonic)使用
140KB
2K SLoC
tectonic_bundles
crate
此crate是Tectonic项目的一部分。它实现了各种Tectonic“bundle”,提供对TeX支持文件集合的访问。
Cargo功能
此crate提供以下Cargo功能
geturl-curl
:使用curl crate 实现HTTP请求。为了使其生效,您必须使用--no-default-features
,因为geturl-reqwest
是默认功能,并且具有优先级geturl-reqwest
:使用reqwest crate 实现HTTP请求(默认启用)native-tls-vendored
:如果使用reqwest,激活native-tls crate中的vendored
选项,这将导致OpenSSL被捆绑
依赖项
~2–17MB
~257K SLoC