Cargo Features

[dependencies]
webdriver_client = { version = "0.2.5", default-features = false, features = ["shell"] }
default = shell

The shell feature is set by default whenever webdriver_client is added without default-features = false somewhere in the dependency tree.

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