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
somewhere in the dependency tree.default-features = false - 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.