Cargo Features

[dependencies]
npsd = { version = "0.2.0", default-features = false, features = ["full", "sync", "async", "info"] }
default = crossbeam, sync

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

full = async, chrono, crossbeam, fxhash, info, sync, uuid
sync default full?

Affects npsd::Middleware, npsd::IntoPayload, npsd::FromPayload, npsd::Payload, npsd::payload, npsd::IntoPayload, npsd::FromPayload

async full?

Affects npsd::AsyncMiddleware, npsd::AsyncIntoPayload, npsd::AsyncFromPayload, npsd::AsyncPayload, npsd::poll_payload, npsd::AsyncIntoPayload, npsd::AsyncFromPayload

info full?

Affects next::NextTrace, npsd::IntoPayload, npsd::AsyncIntoPayload, npsd::FromPayload, npsd::AsyncFromPayload

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.

uuid full?

Affects features::uuid_impl

fxhash full?

Affects features::fxhash_impl

chrono full?

Affects features::chrono_impl

crossbeam default full?

Affects npsd::stack