Cargo Features
[dependencies]
twitter-stream = { version = "0.13.0", default-features = false, features = ["hyper"] }
- default = hyper
-
The
hyper
feature is set by default whenevertwitter-stream
is added without
somewhere in the dependency tree.default-features = false - hyper default = hyper-tls
-
Enables client, http1 and runtime of hyper ^0.14
Affects
twitter-stream::hyper
…
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-pkg hyper
-
Enables hyper ^0.14
- hyper-tls hyper
-
Enables hyper-tls ^0.5