Cargo Features

[dependencies]
hgrep = { version = "0.3.7", default-features = false, features = ["ripgrep", "syntect-printer", "bat-printer"] }
default = bat-printer, ripgrep, syntect-printer

These default features are set whenever hgrep is added without default-features = false somewhere in the dependency tree.

ripgrep default

Enables grep-matcher, grep-pcre2, grep-regex, grep-searcher, ignore, rayon, and regex-syntax

Affects hgrep::ripgrep

syntect-printer default

Enables ansi_colours, bincode, flate2, rayon, syntect, and unicode-width

Affects hgrep::syntect

bat-printer default

Enables bat and dirs

Affects hgrep::bat