Cargo Features

[dependencies]
jutella = { version = "0.3.1", default-features = false, features = ["bin"] }
default = bin

The bin feature is set by default whenever jutella is added without default-features = false somewhere in the dependency tree.

bin default

Enables anyhow, clap, colored, dirs, and toml

jutella has 2 features without comments.