Cargo Features

[dependencies]
buffdb = { version = "0.5.0", default-features = false, features = ["binary", "sqlite", "tracing", "vendored-sqlite"] }
default = vendored-sqlite

DuckDB temporarily disabled until stabilized

binary

Enables clap and tracing-subscriber

Required by the binary

sqlite vendored-sqlite

Enables rusqlite ^0.32.1

tracing

Enables tracing and tracing-futures

vendored-sqlite default = sqlite

Enables bundled of rusqlite ^0.32.1