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 whenever fazi is added without default-features = false somewhere in the dependency tree.

main_entrypoint default

Fazi has 2 features without comments.