Cargo Features
[dependencies]
fazi = { version = "0.1.3", default-features = false, features = ["main_entrypoint"] }
- default = main_entrypoint
-
The
main_entrypoint
feature is set by default wheneverfazi
is added without
somewhere in the dependency tree.default-features = false - main_entrypoint default
Fazi has 2 features without comments.