Cargo Features

[dependencies]
chromiumoxide = { version = "0.5.7", default-features = false, features = ["async-std-runtime", "tokio-runtime", "fetcher", "bytes", "chromiumoxide_fetcher"] }
default = async-std-runtime, bytes

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

async-std-runtime default = async-std

Enables async-std-runtime of async-tungstenite ^0.23

tokio-runtime = tokio

Enables tokio-runtime of async-tungstenite ^0.23

fetcher

Affects chromiumoxide::fetcher

bytes default

Enables bytes

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.

async-std async-std-runtime
chromiumoxide_fetcher implicit feature

Enables chromiumoxide_fetcher

chromiumoxide_fetcher:

Contains a chromium fetcher

tokio tokio-runtime?