Cargo Features
[dependencies]
lolrofl = { version = "0.2.0", default-features = false, features = ["payload", "clap", "json"] }
- default = payload
-
The
payload
feature is set by default wheneverlolrofl
is added without
somewhere in the dependency tree.default-features = false - payload default = base64, blowfish, flate2
-
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 implicit feature
-
Enables clap ^3.1.18
clap:
A simple to use, efficient, and full-featured Command Line Argument Parser
Required by the binary
- json implicit feature
-
Enables json
json:
JSON implementation in Rust
Required by the binary
- base64 payload
-
Enables base64 ^0.13.0
- blowfish payload
- flate2 payload