Cargo Features

[dependencies]
streamson-extra-matchers = { version = "6.3.1", default-features = false, features = ["with_regex"] }
default = with_regex

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

with_regex default = regex

Affects streamson-extra-matchers::regex_converter, streamson-extra-matchers::regex_matcher

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