[dependencies.chrono]
features = ["serde"]
version = "0.4.42"
[dependencies.indexmap]
version = "2.11.1"
[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.223"
[dependencies.serde_json]
version = "1.0.145"
[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.22.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"
exclude = [".github/*", "images/*", "mocks/*", "scripts/*", ".editorconfig", ".gitignore", "Makefile", "README.md"]
keywords = ["sql", "in-memory", "database", "query", "serde"]
license = "MIT"
name = "fosk"
readme = "README.md"
repository = "https://github.com/lvendrame/fosk"
version = "0.1.7"