[package] name = "json_store" version = "0.1.5" edition = "2021" description = "JSON STORE" license = "MIT OR Apache-2.0" categories = ["database-implementations"] repository = "https://gitlab.com/hjiayz/json_store" authors = ["hjiayz "] [dependencies] serde_json="1" serde = "1" fs4 = { version = "0.9.1", features = ["sync"] } rstar = "0.12"