Cargo Features

[dependencies]
nom-grapheme-clusters = { version = "0.5.2", default-features = false, features = ["parse"] }
default = parse

The parse feature is set by default whenever nom-grapheme-clusters is added without default-features = false somewhere in the dependency tree.

parse default = nom

Affects nom-grapheme-clusters::parse

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.

nom parse