Cargo Features

[dependencies]
streamson-lib = { version = "7.1.0", default-features = false, features = ["with_regex"] }
default = with_regex

The with_regex feature is set by default whenever streamson-lib is added without default-features = false somewhere in the dependency tree.

with_regex default = regex, sedregex

Affects handler::regex, matcher::regex

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

regex with_regex
sedregex with_regex