Cargo Features

[dependencies]
sigen = { version = "0.3.2", default-features = false, features = ["http", "watch"] }
default = http, watch

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

http default

Enables tide

watch default

Enables notify

Sigen has 3 features without comments.