Cargo Features

[dependencies]
shindan-maker = { version = "0.1.23", default-features = false, features = ["full", "segments", "html"] }
default = segments

The segments feature is set by default whenever shindan-maker is added without default-features = false somewhere in the dependency tree.

full = html, segments
segments default full?
html full?

ShindanMaker has 4 features without comments.