Cargo Features

net-queue has no features set by default.

[dependencies]
net-queue = { version = "0.4.1", features = ["rabbitmq", "local"] }
rabbitmq = lapin, snafu, tokio, tracing, uuid
local = dashmap, postage, snafu, tokio, tracing

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.

lapin rabbitmq?

Enables lapin

Optional deps for specific queue implementations

snafu local? rabbitmq?

Enables snafu ^0.7

tokio local? rabbitmq?
uuid rabbitmq?
tracing local? rabbitmq?
postage local?
dashmap local?