Cargo Features
[dependencies]
requiem = { version = "0.9.0", default-features = false, features = ["resolver", "mailbox_assert", "http"] }
- default = http, resolver
-
These default features are set whenever
requiem
is added without
somewhere in the dependency tree.default-features = false - resolver default = trust-dns-proto, trust-dns-resolver
-
dns resolver
Affects
actors::resolver
… - mailbox_assert
-
Adds assertion to prevent processing too many messages on event loop
- http default = actix-http
-
actix-http support
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.
- actix-http http
-
Enables actix-http ^1.0.1
actix-http support
- trust-dns-proto resolver
-
Enables trust-dns-proto =0.18.0-alpha.2
dns resolver
- trust-dns-resolver resolver