Cargo Features
[dependencies]
locale-match = { version = "0.2.2", default-features = false, features = ["bcp47", "posix"] }
- default = bcp47, posix
-
These default features are set whenever
locale-match
is added without
somewhere in the dependency tree.default-features = false - bcp47 default = language-tags
-
Affects
locale-match::bcp47
… - posix default
-
Affects
locale-match::posix
…
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.