Cargo Features

[dependencies]
trawler = { version = "0.11.0-alpha.7", default-features = false, features = ["cli"] }
default = cli

The cli feature is set by default whenever trawler is added without default-features = false somewhere in the dependency tree.

cli default = clap, cookie, http, hyper, lazy_static, regex, url

Required by the binary

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.

clap cli

Enables clap ^2.25.0

Enables cookie ^0.15

http cli

Enables http ^0.2

hyper cli

Enables hyper ^0.14

lazy_static cli
regex cli
url cli