Cargo Features
[dependencies]
cabin-service = { version = "0.2.0", default-features = false, features = ["livereload", "cabin-tailwind"] }
- default = cabin-tailwind, livereload
-
These default features are set whenever
cabin-service
is added without
somewhere in the dependency tree.default-features = false - livereload default = tokio
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- cabin-tailwind default
- tokio livereload