Cargo Features

TUIC has no features set by default.

[dependencies]
tuic = { version = "5.0.0", features = ["async_marshal", "marshal", "model"] }
async_marshal = bytes, futures-util, thiserror
marshal = bytes, thiserror
model = parking_lot, register-count, thiserror

Affects tuic::model

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 async_marshal? marshal?
futures-util async_marshal?
parking_lot model?
register-count model?
thiserror async_marshal? marshal? model?