polyc-query 2026.9.0

Read layer over the event log: a DataFusion engine for SQL over replayed partitions, and a per-conversation Parquet projection for participation-scoped search.
# 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"
rust-version = "1.97"
name = "polyc-query"
version = "2026.9.0"
authors = ["Official Unofficial, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read layer over the event log: a DataFusion engine for SQL over replayed partitions, and a per-conversation Parquet projection for participation-scoped search."
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/officialunofficial/polychrome"
resolver = "2"

[package.metadata.polychrome]
layer = "component"
plane_role = "query"
provides = [
    "projection-writer",
    "query-engine",
    "query-internal",
]
capability_sites = [
    "PRV-13",
    "PRV-14",
    "PRV-15",
    "PRV-27",
]

[features]
test-util = []

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

[[test]]
name = "compile_fail"
path = "tests/compile_fail.rs"

[dependencies.arc-swap]
version = "1"

[dependencies.arrow]
version = "=58.3.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1"

[dependencies.buffa]
version = "0.9.1"
features = [
    "std",
    "json",
]

[dependencies.bytes]
version = "1"

[dependencies.connectrpc]
version = "0.9.0"
features = [
    "axum",
    "server",
    "client",
    "client-tls",
    "server-tls",
]

[dependencies.datafusion]
version = "=54.1.0"

[dependencies.datafusion-functions-json]
version = "=0.54.2"

[dependencies.futures]
version = "0.3"

[dependencies.parquet]
version = "=58.3.0"
features = ["arrow"]

[dependencies.polyc-crypto]
version = "=2026.9.0"

[dependencies.polyc-eventlog]
version = "=2026.9.0"

[dependencies.polyc-eventlog-host]
version = "=2026.9.0"

[dependencies.polyc-facts]
version = "=2026.9.0"

[dependencies.polyc-payments]
version = "=2026.9.0"

[dependencies.polyc-persona]
version = "=2026.9.0"

[dependencies.polyc-projection]
version = "=2026.9.0"

[dependencies.polyc-projection-artifact]
version = "=2026.9.0"

[dependencies.polyc-proto]
version = "=2026.9.0"

[dependencies.polyc-query-model]
version = "=2026.9.0"

[dependencies.polyc-session-family]
version = "=2026.9.0"

[dependencies.polyc-state]
version = "=2026.9.0"

[dependencies.polyc-state-connect]
version = "=2026.9.0"

[dependencies.polyc-storage-gcs]
version = "=2026.9.0"

[dependencies.prometheus]
version = "0.14"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "time",
]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v5",
    "v7",
]

[dev-dependencies.axum]
version = "0.8"

[dev-dependencies.buffa-types]
version = "0.9.1"
features = [
    "reflect",
    "json",
]

[dev-dependencies.commonware-runtime]
version = "2026.7.1"

[dev-dependencies.sha2]
version = "0.11"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "net",
    "rt",
    "rt-multi-thread",
    "time",
]

[dev-dependencies.tracing-test]
version = "0.2"
features = ["no-env-filter"]

[dev-dependencies.trybuild]
version = "1.0"

[lints.clippy]
dbg_macro = "deny"
module_name_repetitions = "allow"
redundant_pub_crate = "allow"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "deny"
unreachable_pub = "warn"
unsafe_code = "forbid"

[lints.rustdoc]
all = "warn"