Cargo Features

sqlite-zstd has no features set by default.

[dependencies]
sqlite-zstd = { version = "0.3.2", features = ["all", "build_extension", "benchmark"] }
all = benchmark
build_extension

Enables loadable_extension of rusqlite-le

benchmark all? = csv, procfs, structopt

Enables backup and load_extension of rusqlite-le

Required by benchmark and create_test_db binaries

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.

csv benchmark?
procfs benchmark?

Enables procfs ^0.13.2

structopt benchmark?