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 default-features = false somewhere in the dependency tree.

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.

syntect syntect-hl
once_cell syntect-hl
notify watch

Enables notify ^4.0