Cargo Features
Webmention has no features set by default.
[dependencies]
webmention = { version = "0.6.0", features = ["cli", "receive"] }
- cli receive? = clap, tokio
-
Enables macros and rt of tokio
Required by the binary
- receive = cli, rocket
-
Affects
webmention::storage
,webmention::receive_webmention
…
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.
- rocket receive?
-
Enables rocket ^0.4.7
for web server
- clap cli?
-
Enables clap ^2.33.3
for CLI
- tokio cli?