Cargo Features

prk_eventbus has no features set by default.

[dependencies]
prk_eventbus = { version = "0.1.2", features = ["tracing", "storage", "storage_tracing"] }
tracing storage_tracing?

Enables tracing and tracing-subscriber

storage storage_tracing?

Enables sqlx

Affects storage::sqlite

storage_tracing = storage, tracing