Cargo Features

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

These default features are set whenever uactor is added without default-features = false somewhere in the dependency tree.

async_sender

Affects abstract_actor::MessageSender

tokio_tracing default
enable_spawn_macros default

Features from optional dependencies

bytes implicit feature

Enables bytes

bytes:

Types and traits for working with bytes