Cargo Features

[dependencies]
grebedb-tool = { version = "1.0.0", default-features = false, features = ["compression", "file_locking", "system"] }
default = compression, file_locking, system

These default features are set whenever grebedb-tool is added without default-features = false somewhere in the dependency tree.

compression default = zstd

Enables compression of grebedb

file_locking default

Enables file_locking of grebedb

system default

Enables system of grebedb

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.

zstd compression

Enables zstd ^0.8