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
somewhere in the dependency tree.default-features = false - http default
-
Enables tide
- watch default
-
Enables notify ^6.1.1
Sigen has 3 features without comments.