Cargo Features

[dependencies]
ofdb-boundary = { version = "0.12.7", default-features = false, features = ["extra-derive", "entity-conversions", "wasm-bindgen"] }
default = entity-conversions

These default features are set whenever ofdb-boundary is added without default-features = false somewhere in the dependency tree.

Enables thiserror

extra-derive

Enables thiserror

entity-conversions default

Enables ofdb-entities

wasm-bindgen

Enables wasm-bindgen of ofdb-entities and time

ofdb-boundary has 4 features without comments.