Cargo Features
embedder has no features set by default.
[dependencies]
embedder = { version = "0.3.5", features = ["driver"] }
- driver = async-process, fantoccini, futures, http, lazy_static, which
-
Affects
embedder::driver
…
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-process driver?
- fantoccini driver?
-
Enables fantoccini ^0.19.3
- which driver?
-
Enables which ^6.0.0
- lazy_static driver?
- futures driver?
- http driver?
-
Enables http ^0.2.12