Cargo Features

[dependencies]
em-client = { version = "3.0.0", default-features = false, features = ["client"] }
default = client

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

client default = hyper, serde_ignored, url

Affects em-client::client

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.

hyper client

Enables hyper ^0.10

serde_ignored client

Enables serde_ignored ^0.0.4

url client

Enables url ^1.5