diff --git a/librocksdb-sys/Cargo.toml b/librocksdb-sys/Cargo.toml index 06359f4..aaf40cb 100644 --- a/librocksdb-sys/Cargo.toml +++ b/librocksdb-sys/Cargo.toml @@ -43,6 +43,9 @@ rtti = [] libc = "0.2" tikv-jemalloc-sys = { version = "0.5", features = [ "unprefixed_malloc_on_supported_platforms", + "profiling", + "stats", + "background_threads", ], optional = true } lz4-sys = { version = "1.9", optional = true } zstd-sys = { version = "2.0", features = ["zdict_builder"], optional = true }