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 whenever starts-ends-with-caseless is added without default-features = false somewhere in the dependency tree.

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.

cow-utils std