Cargo Features

[dependencies]
mkwebfont = { version = "0.2.0-alpha1", default-features = false, features = ["binary", "appimage", "download-data"] }
default = binary, download-data

These default features are set whenever mkwebfont is added without default-features = false somewhere in the dependency tree.

binary default = clap, tracing-subscriber

Required by the binary

appimage
download-data default = directories, 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.

clap binary
tracing-subscriber binary
directories download-data

Enables directories

Used only for downloading mkwebfont-datapkg packages.

reqwest download-data