fathomdb-query 0.8.21

FathomDB query layer — JSON-filter AST and validation surface (leaf crate).
Documentation
[package]
name = "fathomdb-query"
description = "FathomDB query layer — JSON-filter AST and validation surface (leaf crate)."
# 0.8.20 Slice 39 (R-20-DOC) — see the fathomdb facade manifest for the rationale
# behind `readme` being explicit and `categories` being absent (HITL seq-198).
readme = "README.md"
keywords = ["sqlite", "fts5", "full-text-search", "query", "search"]
version.workspace = true
edition.workspace = true
license.workspace = true
# 0.8.20 Slice 39 (R-20-DOC): ships the repo-root MIT LICENSE inside this
# crate's `.crate` tarball. Path is resolved relative to the workspace root.
license-file.workspace = true
repository.workspace = true
rust-version.workspace = true

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

[dev-dependencies]
proptest = "1"