Cargo Features
[dependencies]
trawler = { version = "0.11.0-alpha.7", default-features = false, features = ["cli"] }
- default = cli
-
The
cli
feature is set by default whenevertrawler
is added without
somewhere in the dependency tree.default-features = false - 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