Cargo Features

[dependencies]
scrappy-actor = { version = "0.0.1", default-features = false, features = ["resolver", "mailbox_assert", "http"] }
default = http, resolver

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

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 = scrappy-http

scrappy-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.

scrappy-http http

Enables scrappy-http

scrappy-http support

trust-dns-proto resolver

Enables trust-dns-proto =0.18.0-alpha.2

dns resolver

trust-dns-resolver resolver

Enables trust-dns-resolver =0.18.0-alpha.2