Cargo Features
[dependencies]
em-client = { version = "3.0.0", default-features = false, features = ["client"] }
- default = client
-
The
client
feature is set by default wheneverem-client
is added without
somewhere in the dependency tree.default-features = false - 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