Cargo Features

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

The offline feature is set by default whenever 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

native-tls

Enables native-tls of tungstenite

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?
ureq fetch?
walkdir fetch?
zip fetch?

Enables zip ^0.6.3