Cargo Features
[dependencies]
starts-ends-with-caseless = { version = "0.6.4", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverstarts-ends-with-caseless
is added without
somewhere in the dependency tree.default-features = false - std default = cow-utils
-
Affects
ends_with_caseless::EndsWithCaseless.ends_with_caseless
,ends_with_caseless_multiple::EndsWithCaselessMultiple.ends_with_caseless_multiple
,starts_with_caseless::StartsWithCaseless.starts_with_caseless
,starts_with_caseless_multiple::StartsWithCaselessMultiple.starts_with_caseless_multiple
…
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.