Cargo Features
[dependencies]
stream-reconnect = { version = "0.4.0-beta.4", default-features = false, features = ["not-send", "tokio", "async-std"] }
- default = tokio
-
The
tokio
feature is set by default wheneverstream-reconnect
is added without
somewhere in the dependency tree.default-features = false - not-send
-
Affects
stream::UnderlyingStream.establish
…
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.