Cargo Features

chord-output has no features set by default.

[dependencies]
chord-output = { version = "0.1.21", features = ["report_csv", "report_webhook"] }
report_csv = csv
report_webhook = reqwest

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.

csv report_csv?
reqwest report_webhook?

Enables reqwest ^0.11.12