Cargo Features

libmdbx has no features set by default.

[dependencies]
libmdbx = { version = "0.5.0", features = ["cbor", "orm", "bytes", "lifetimed-bytes"] }
cbor = ciborium
orm = anyhow, arrayref, arrayvec, impls, tempfile

Affects libmdbx::orm

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.

anyhow orm?
arrayref orm?
arrayvec orm?
bytes implicit feature

Enables bytes

bytes:

Types and traits for working with bytes

ciborium cbor?
impls orm?
tempfile orm?
lifetimed-bytes implicit feature

Enables lifetimed-bytes

lifetimed-bytes:

Bytes, but with attached lifetime