Cargo Features

freezeout-core has no features set by default.

[dependencies]
freezeout-core = { version = "0.1.2", features = ["connection", "eval"] }
connection = bytes, futures-util, snow, tokio, tokio-tungstenite

Affects freezeout-core::connection

eval = freezeout-eval

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.

bytes connection?
freezeout-eval eval?
futures-util connection?
snow connection?
tokio connection?
tokio-tungstenite connection?