Cargo Features

[dependencies]
linkspace-core = { version = "0.1.1", default-features = false, features = ["lmdb", "inmem"] }
default = lmdb

The lmdb feature is set by default whenever linkspace-core is added without default-features = false somewhere in the dependency tree.

lmdb default = libc, lmdb-rkv, lmdb-rkv-sys

Affects db::lmdb

inmem = rpds

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.

rpds inmem?

Enables rpds ^0.12.0

lmdb-rkv lmdb
lmdb-rkv-sys lmdb
libc lmdb