[package]
name = "candystore"
version = "0.3.3"
edition = "2021"
license = "Apache-2.0"
keywords = ["key-value", "database", "persistent", "store", "rocksdb"]
description = "A lean, efficient and fast peristent in-process key-value store"
repository = "https://github.com/sweet-security/candystore"
[dependencies]
bytemuck = { version = "1.16.3", features = ["derive"] }
databuf = "0.5.0"
memmap = "0.7.0"
simd-itertools = "0.2.3"
siphasher = "1.0.1"
anyhow = "1.0.86"
parking_lot = "0.12.3"
uuid = { version = "1.10.0" }
rand = "0.8.5"
fslock = "0.2.1"
libc = "0.2.158"
[features]
whitebox_testing = []
flush_aggregation = []
[workspace]
members = ["simulator", "candy-crasher", "candy-longliving", "candy-perf", "mini-candy"]