Cargo Features

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

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

native-tls

Enables native-tls of tungstenite ^0.24.0

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?