Cargo Features
[dependencies]
ntfy = { version = "0.7.0", default-features = false, features = ["async", "blocking"] }
- default = async
-
The
async
feature is set by default wheneverntfy
is added without
somewhere in the dependency tree.default-features = false - async default
-
Enables reqwest
- blocking
-
Enables ureq
Ntfy has 3 features without comments.