Cargo Features

WsIoServer has no features set by default.

[dependencies]
wsio-server = { version = "0.11.0", features = ["connection-extensions", "packet-codec-cbor", "packet-codec-msgpack", "packet-codec-postcard", "packet-codec-sonic-rs", "tower", "full", "all"] }

Features

connection-extensions all?

Define features

packet-codec-cbor all?

Enables packet-codec-cbor of wsio-core

wsio-core:

Define features

packet-codec-msgpack all?

Enables packet-codec-msgpack of wsio-core

packet-codec-postcard all?

Enables packet-codec-postcard of wsio-core

packet-codec-sonic-rs all?

Enables packet-codec-sonic-rs of wsio-core

tower all?

Enables tower-layer and tower-service

Affects request_adapters::tower

default

Default and alias

full = all
all full? = connection-extensions, packet-codec-cbor, packet-codec-msgpack, packet-codec-postcard, packet-codec-sonic-rs, tower

Features from optional dependencies

Dependencies