Cargo Features
[dependencies]
webdriver_client = { version = "0.2.5", default-features = false, features = ["shell"] }
- default = shell
-
The
shell
feature is set by default wheneverwebdriver_client
is added without
somewhere in the dependency tree.default-features = false - shell default = rustyline
-
Required by the www binary
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.
- rustyline shell
-
Enables rustyline ^1.0