fosk 0.2.0

In-memory SQL-like query engine and lightweight data store for testing and prototyping.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[dependencies.chrono]
version = "0.4.45"
features = ["serde"]

[dependencies.indexmap]
version = "2.14.0"

[dependencies.once_cell]
version = "1.21.4"

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

[dependencies.regex]
version = "1.12.4"

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

[dependencies.serde_json]
version = "1.0.150"

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

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

[dependencies.tracing]
version = "0.1.44"

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

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