Cargo Features

[dependencies]
kismesis-ssg = { version = "0.4.0", default-features = false, features = ["plugins", "server"] }
default = plugins, server

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

plugins default

Enables plugins of kismesis

server default

Enables actix-files and actix-web

kismesis-ssg has 3 features without comments.