Cargo Features

[dependencies]
hephae = { version = "0.4.0", default-features = false, features = ["atlas", "gui", "text"] }
default = atlas, gui, text

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

atlas default

Enables hephae-atlas

gui default

Enables hephae-gui

text default

Enables hephae-text, text of optional hephae-gui

hephae has 4 features without comments.