Cargo Features

[dependencies]
ckb-librocksdb-sys = { version = "8.5.4", default-features = false, features = ["io-uring", "static", "bzip2"] }
default = static

The static feature is set by default whenever ckb-librocksdb-sys is added without default-features = false somewhere in the dependency tree.

portable march-native jemalloc io-uring
static default
snappy lz4 zstd zlib bzip2

ckb-librocksdb-sys has 4 features without comments.