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