Cargo Features

[dependencies]
mdbook-pdf-headless_chrome = { version = "0.1.13", default-features = false, features = ["fetch", "nightly", "offline", "rustls", "native-tls"] }
default = offline

The offline feature is set by default whenever mdbook-pdf-headless_chrome is added without default-features = false somewhere in the dependency tree.

fetch = directories, ureq, walkdir, zip

Affects process::LaunchOptions.fetcher_options

nightly
offline build default

Enables offline of auto_generate_cdp

rustls

Enables rustls and rustls-tls-native-roots of tungstenite ^0.21

native-tls

Enables native-tls of tungstenite ^0.21

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.

directories fetch?

Enables directories ^5.0

ureq fetch?
walkdir fetch?
zip fetch?

Enables zip ^0.6.3