Cargo Features

ASPORT has no features set by default.

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

Affects asport::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?