[package] name = "jellydb" version = "0.1.0" edition = "2024" [dependencies] jellyobject = { path = "../common/object" } serde = { version = "1.0.228", features = ["derive"] } log = { workspace = true } serde_json = "1.0.149" anyhow = { workspace = true } bytemuck = { version = "1.25.0", features = ["derive"] } jellykv = { path = "../kv" } [dev-dependencies] jellykv = { path = "../kv", features = ["memory"] }