Cargo Features

[dependencies]
planus = { version = "0.4.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 default-features = false somewhere in the dependency tree.

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.

hashbrown bytes-cache string-cache vtable-cache

Enables hashbrown ^0.13.2