Cargo Features

[dependencies]
repa = { version = "0.1.1", default-features = false, features = ["regex", "hyperscan"] }
default = regex

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

regex default

Enables regex-automata

hyperscan

Enables hyperscan

repa has 3 features without comments.