Cargo Features
[dependencies]
signals_receipts = { version = "0.2.1", default-features = false, features = ["premade", "channel_notify_facility"] }
- default = premade
-
The
premade
feature is set by default wheneversignals_receipts
is added without
somewhere in the dependency tree.default-features = false - premade default channel_notify_facility?
- channel_notify_facility = premade
-
Requires the
std
library.Affects
__internal::channel_notify_facility
,premade::channel_notify_facility
…