Cargo Features

[dependencies]
ws-framer = { version = "0.2.1", default-features = false, features = ["alloc", "http"] }
default = alloc, http

These default features are set whenever ws-framer is added without default-features = false somewhere in the dependency tree.

alloc default

Affects ws-framer::WsFrameOwned, url::WsUrlOwned

http default

Enables httparse and itoa

Affects consts::WS_DEFAULT_CONNECT_HEADERS