fosk 0.1.4

In-memory SQL-like query engine and lightweight data store for testing and prototyping.
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4.42"

[dependencies.indexmap]
version = "2.11.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.ordered-float]
version = "5.0.0"

[dependencies.regex]
version = "1.11.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.143"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "fs", "io-util", "signal"]
version = "1.47.1"

[dependencies.tokio-util]
features = ["io"]
version = "0.7.16"

[dependencies.tracing]
version = "0.1.41"

[dependencies.uuid]
features = ["v4"]
version = "1.18.1"

[dev-dependencies.tempfile]
version = "3.21.0"

[lib]
name = "fosk"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "parsing"]
description = "In-memory SQL-like query engine and lightweight data store for testing and prototyping."
documentation = "https://docs.rs/fosk"
edition = "2024"
keywords = ["sql", "in-memory", "database", "query", "serde"]
license = "MIT"
name = "fosk"
readme = "README.md"
repository = "https://github.com/lvendrame/fosk"
version = "0.1.4"