Cargo Features

[dependencies]
rusqlite_regex = { version = "0.2.0", default-features = false, features = ["cache"] }
default = cache

The cache feature is set by default whenever rusqlite_regex is added without default-features = false somewhere in the dependency tree.

cache default

Enables once_cell and quick_cache

rusqlite_regex has 2 features without comments.