[package] name = "jellydb" version = "0.1.0" edition = "2024" [dependencies] tantivy = "0.22.0" jellycommon = { path = "../common" } serde = { version = "1.0.217", features = ["derive"] } log = { workspace = true } bincode = "2.0.0-rc.3" redb = "2.4.0" anyhow = "1.0.95" [features] db_json = []