Cargo Features

[dependencies]
tectonic_geturl = { version = "0.3.2", default-features = false, features = ["native-tls-vendored", "curl"] }
default = reqwest

The reqwest feature is set by default whenever tectonic_geturl is added without default-features = false somewhere in the dependency tree.

native-tls-vendored

Enables native-tls-vendored of reqwest ^0.11

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

curl implicit feature

Enables curl

curl:

Rust bindings to libcurl for making HTTP requests

Affects tectonic_geturl::curl

reqwest default native-tls-vendored?

Enables reqwest ^0.11

Affects tectonic_geturl::reqwest