Cargo Features

[dependencies]
planus = { version = "1.1.1", default-features = false, features = ["std", "extra-validation", "string-cache", "vtable-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
bytes-cache string-cache default = hashbrown
vtable-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