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 wheneverstreamson-extra-matchers
is added without
somewhere in the dependency tree.default-features = false - 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.