Cargo Features
[dependencies]
stream-reconnect = { version = "0.4.0-beta.4", default-features = false, features = ["not-send", "tokio", "async-std"] }
- default = tokio
-
The
tokiofeature is set by default wheneverstream-reconnectis added withoutsomewhere 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.