Cargo Features

[dependencies]
obix = { version = "0.2.16", default-features = false, features = ["fail-on-warnings", "tracing", "default-tables", "test-utils"] }
default = default-tables

The default-tables feature is set by default whenever obix is added without default-features = false somewhere in the dependency tree.

fail-on-warnings

Enables fail-on-warnings of obix-macros

tracing

Enables tracing-context of es-entity, tracing of obix-macros

default-tables default
test-utils

Enables time of tokio

Affects obix::test_utils