Cargo Features
[dependencies]
rusty_dashed = { version = "0.2.3", default-features = false, features = ["serve_static", "debug_static", "telemetry"] }
- default = serve_static
-
The
serve_static
feature is set by default wheneverrusty_dashed
is added without
somewhere in the dependency tree.default-features = false - serve_static default
- debug_static
- telemetry
rusty_dashed has 4 features without comments.