Cargo Features
[dependencies]
hpx-fastwebsockets = { version = "2.3.1", default-features = false, features = ["upgrade", "simd", "unstable-split", "with_axum"] }
- default = simd, upgrade
-
These default features are set whenever
hpx-fastwebsocketsis added withoutsomewhere in the dependency tree.default-features = false - upgrade default = base64, http-body-util, hyper, hyper-util, pin-project, sha1
-
Affects
hpx-fastwebsockets::handshake,hpx-fastwebsockets::upgrade… - simd default = simdutf8
- unstable-split
-
Affects
fragment::FragmentCollectorRead,hpx-fastwebsockets::WebSocketRead,hpx-fastwebsockets::WebSocketWrite,hpx-fastwebsockets::after_handshake_split… - with_axum = async-trait, axum-core, http
-
Axum integration
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.