Cargo Features

[dependencies]
change-detection = { version = "1.2.0", default-features = false, features = ["glob"] }
default = glob

The glob feature is set by default whenever change-detection is added without default-features = false somewhere in the dependency tree.

glob default

Enables glob of path-matchers

ChangeDetection has 2 features without comments.