Cargo Features
[dependencies]
gotenberg_pdf = { version = "0.4.0", default-features = false, features = ["rustls-tls", "native-tls", "stream", "zeroize"] }
- default = zeroize
-
The
zeroize
feature is set by default whenevergotenberg_pdf
is added without
somewhere in the dependency tree.default-features = false - rustls-tls
-
Enables rustls-tls of reqwest
- native-tls
-
Enables native-tls of reqwest
reqwest:
Enables native-tls specific functionality not available by default.
- stream = futures
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.