Cargo Features

[dependencies]
pzzld-server = { version = "0.0.2", default-features = false, features = ["full", "http1", "http2", "ws"] }
default full? = http1

The http1 feature is set by default whenever pzzld-server is added without default-features = false somewhere in the dependency tree.

full = default, ws
http1 default

********* [FF] Features *********

Enables http1 of axum and hyper

http2

Enables http2 of axum and hyper

ws full?

Enables ws of axum