fv-streams-engine 0.6.0

The FusionVault Streams engine: runs a stream pipeline continuously over Kafka with N independent consumer threads, stateful operators from fv-streams-ops, checkpointed state, exactly-once output, and Kinetics compute steps. Hosted through one small ControlPlane trait.
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 = "2021"
rust-version = "1.95"
name = "fv-streams-engine"
version = "0.6.0"
build = false
exclude = [
    ".gitignore",
    "tests/fixtures/spikeTotal/main.wasm",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The FusionVault Streams engine: runs a stream pipeline continuously over Kafka with N independent consumer threads, stateful operators from fv-streams-ops, checkpointed state, exactly-once output, and Kinetics compute steps. Hosted through one small ControlPlane trait."
documentation = "https://docs.rs/fv-streams-engine"
readme = "README.md"
keywords = [
    "streaming",
    "kafka",
    "stream-processing",
    "exactly-once",
    "pipeline",
]
categories = [
    "asynchronous",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/FusionVault/streams"

[features]
default = []
s3 = ["fv-streams-state/s3"]

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

[dependencies.arrow]
version = "58"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
]
default-features = false

[dependencies.datafusion]
version = "54"
default-features = false

[dependencies.fv-compute]
version = "0.2.0"

[dependencies.fv-compute-container]
version = "0.2.0"

[dependencies.fv-compute-wasm]
version = "0.2.0"

[dependencies.fv-plan]
version = "0.2.0"

[dependencies.fv-streams-ops]
version = "0.6.0"

[dependencies.fv-streams-runtime]
version = "0.6.0"

[dependencies.fv-streams-state]
version = "0.6.0"

[dependencies.fv-streams-types]
version = "0.6.0"

[dependencies.fv-value]
version = "0.1.2"

[dependencies.fv-value-datafusion]
version = "0.1.2"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

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

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

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