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.