Cargo Features

[dependencies]
uactor = { version = "0.11.0", default-features = false, features = ["async_sender", "tokio_tracing", "bytes"] }
default = tokio_tracing

The tokio_tracing feature is set by default whenever uactor is added without default-features = false somewhere in the dependency tree.

async_sender

Affects actor::MessageSender

tokio_tracing default

Features from optional dependencies

bytes implicit feature

Enables bytes

bytes:

Types and traits for working with bytes