Cargo Features
[dependencies]
mkwebfont = { version = "0.2.0-alpha7", default-features = false, features = ["binary", "appimage", "download-data"] }
- default = binary, download-data
-
These default features are set whenever
mkwebfont
is added without
somewhere in the dependency tree.default-features = false - binary default = clap, tracing-subscriber
-
Required by the binary
- appimage
- download-data default = directories, ureq
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
- directories download-data
-
Enables directories
Used only for downloading mkwebfont-datapkg packages.
- ureq download-data
- tracing-subscriber binary