Cargo Features

headless_chrome_new has no features set by default.

[dependencies]
headless_chrome_new = { version = "1.0.6", features = ["fetch", "nightly", "rustls", "native-tls"] }
fetch = directories, ureq, walkdir, zip

Affects process::LaunchOptions.fetcher_options

nightly
rustls

Enables rustls of tungstenite ^0.18

native-tls

Enables native-tls of tungstenite ^0.18

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 ^4.0

ureq fetch?
walkdir fetch?
zip fetch?

Enables zip ^0.6.3