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 wheneverheadless_chrome_xiaoai
is added without
somewhere in the dependency tree.default-features = false - 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.