Cargo Features

[dependencies]
dsconv = { version = "0.3.0", default-features = false, features = ["regex-onig", "regex-fancy"] }
default = regex-fancy

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

regex-onig

You need to enable either of the following to build:
Use the Oniguruma regex library

Enables regex-onig of bat ^0.18.3

regex-fancy default

Use the fancy-regex regex library

Enables regex-fancy of bat ^0.18.3