Cargo Features

[dependencies]
verusfmt = { version = "0.5.2", default-features = false, features = ["axoupdater"] }
default = axoupdater

We enable the "optional" dependencies, that are only necessary for the binary,
as default-enabled features. If verusfmt is being used as a library, then that program can turn default features off in order to obtain a more stripped-down version of the library.

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.

axoupdater default