Cargo Features

editorconfiger has no features set by default.

[dependencies]
editorconfiger = { version = "0.4.6", features = ["build-binary"] }
build-binary = ansi_term, clap, clap_complete, prettytable-rs

Affects editorconfiger::console

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.

ansi_term build-binary?
clap build-binary?

Enables clap =4.5.3

clap_complete build-binary?

Enables clap_complete =4.5.1

prettytable-rs build-binary?