Cargo Features
[dependencies]
planus = { version = "1.0.0", default-features = false, features = ["std", "extra-validation", "string-cache", "bytes-cache"] }
- default = bytes-cache, std, string-cache, vtable-cache
-
These default features are set whenever
planus
is added without
somewhere in the dependency tree.default-features = false - std default
- extra-validation
- vtable-cache string-cache default = hashbrown
- bytes-cache default = hashbrown
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.