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
somewhere in the dependency tree.default-features = false - compression default = zstd
-
Enables compression of grebedb
- file_locking default
-
Enables file_locking of grebedb
- system default
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