Cargo Features
[dependencies]
tectonic_bundles = { version = "0.3.1", default-features = false, features = ["geturl-curl", "geturl-reqwest", "native-tls-vendored"] }
- default = geturl-reqwest
-
The
geturl-reqwest
feature is set by default whenevertectonic_bundles
is added without
somewhere in the dependency tree.default-features = false - geturl-curl
-
Enables curl of tectonic_geturl
- geturl-reqwest default
-
Enables reqwest of tectonic_geturl
- native-tls-vendored
-
Enables native-tls-vendored of tectonic_geturl
tectonic_bundles has 4 features without comments.