Cargo Features
[dependencies]
chromiumoxide = { version = "0.8.0", default-features = false, features = ["async-std-runtime", "tokio-runtime", "fetcher", "bytes", "serde0", "chromiumoxide_fetcher"] }
- default = bytes, tokio-runtime
-
These default features are set whenever
chromiumoxideis added withoutsomewhere in the dependency tree.default-features = false - async-std-runtime = async-std
-
Enables async-std-runtime of async-tungstenite
- tokio-runtime default = tokio
-
Enables tokio-runtime of async-tungstenite
- fetcher
-
Affects
chromiumoxide::fetcher… - bytes default
-
Enables bytes
- serde0
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