Cargo Features
[dependencies]
actix_send_websocket = { version = "0.1.0", default-features = false, features = ["send", "no-send"] }
- default = send
-
The
send
feature is set by default wheneveractix_send_websocket
is added without
somewhere in the dependency tree.default-features = false - send default
-
Enables sync of tokio ^0.2.22
- no-send
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.
- tokio send
-
Enables tokio ^0.2.22