Cargo Features
[dependencies]
docket = { version = "0.7.1", default-features = false, features = ["watch", "syntect-hl"] }
- default = syntect-hl, watch
-
These default features are set whenever
docket
is added without
somewhere in the dependency tree.default-features = false - watch default = notify
-
File system watching
- syntect-hl default = once_cell, syntect
-
Sytnax highlighting with syntect
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.