Cargo Features

headless_chrome_fork has no features set by default.

[dependencies]
headless_chrome_fork = { version = "1.0.2", features = ["fetch", "rustls", "nightly"] }
default build

These default features are set whenever headless_chrome_fork is added without default-features = false somewhere in the dependency tree.

Enables native-tls of auto_generate_cdp ^0.3.4

fetch = directories, ureq, walkdir, zip

Affects process::LaunchOptions.fetcher_options

rustls build

Enables rustls of auto_generate_cdp ^0.3.4

nightly

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.

ureq fetch?

Enables ureq ^0.11

directories fetch?

Enables directories ^2.0

zip fetch?

Enables zip ^0.5.3

walkdir fetch?