[package] name = "flinch" version = "0.1.67" edition = "2021" authors = ["Mohammad Julfikar ", "Mohammad Julfikar "] categories = ["parser-implementations","caching","database-implementations"] description = "flinch in-memory database" exclude = [ ".idea", ".github" ] keywords = ["flinch","database","in-memory","memory","caching"] license = "Apache-2.0" repository = "https://github.com/mjm918/flinch" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.73" anyhow = "1.0.70" bincode = "2.0.0-rc.3" chrono = "0.4.24" crossbeam-queue = "0.3.8" dashmap = { version="5.4.0", features=["rayon", "serde"] } flql = "0.2.6" futures = "0.3.28" lazy_static = "1.4.0" log = "0.4.17" rayon = "1.7.0" regex = "1.8.4" serde = { version="1.0.160", features=["derive"] } serde_json = "1.0.95" sha256 = "1.1.3" simplelog = { version = "^0.12.1", features = ["paris"] } size = "0.4.1" sled = "0.34.7" thiserror = "1.0.40" tokio = { version="1.27.0", features=["full"] } toml = "0.7.4" uuid = { version="1.3.1", features = ["v4","fast-rng","macro-diagnostics"] }