datum-core 0.6.0

Rust stream-processing library mirroring Akka/Pekko Streams Typed, built on Ractor actors
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"
rust-version = "1.88"
name = "datum-core"
version = "0.6.0"
build = false
exclude = [
    "third_party/",
    "roadmap/",
    "docs/",
    ".agents/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust stream-processing library mirroring Akka/Pekko Streams Typed, built on Ractor actors"
homepage = "https://github.com/Aethergrids/Datum"
documentation = "https://docs.rs/datum-core"
readme = "README.md"
keywords = [
    "stream",
    "streaming",
    "akka",
    "actor",
    "reactive",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/Aethergrids/Datum"
resolver = "2"

[features]
cluster = [
    "dep:ractor_cluster",
    "ractor/cluster",
]
default = []

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

[[bin]]
name = "actor_ask_compare"
path = "src/bin/actor_ask_compare.rs"

[[bin]]
name = "dynamic_streams_compare"
path = "src/bin/dynamic_streams_compare.rs"

[[bin]]
name = "graph_compare"
path = "src/bin/graph_compare.rs"

[[bin]]
name = "materialization_compare"
path = "src/bin/materialization_compare.rs"

[[bin]]
name = "queues_compare"
path = "src/bin/queues_compare.rs"

[[bin]]
name = "source_flow_compare"
path = "src/bin/source_flow_compare.rs"

[[bin]]
name = "streaming_io_compare"
path = "src/bin/streaming_io_compare.rs"

[[bin]]
name = "substreams_compare"
path = "src/bin/substreams_compare.rs"

[[bench]]
name = "actor_ask"
path = "benches/actor_ask.rs"
harness = false

[[bench]]
name = "dynamic_streams"
path = "benches/dynamic_streams.rs"
harness = false

[[bench]]
name = "graph"
path = "benches/graph.rs"
harness = false

[[bench]]
name = "materialization"
path = "benches/materialization.rs"
harness = false

[[bench]]
name = "push_baseline"
path = "benches/push_baseline.rs"
harness = false

[[bench]]
name = "queues"
path = "benches/queues.rs"
harness = false

[[bench]]
name = "source_flow"
path = "benches/source_flow.rs"
harness = false

[[bench]]
name = "streaming_io"
path = "benches/streaming_io.rs"
harness = false

[[bench]]
name = "substreams"
path = "benches/substreams.rs"
harness = false

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

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.flate2]
version = "1.1.9"

[dependencies.futures]
version = "0.3.32"
features = ["thread-pool"]

[dependencies.futures-core]
version = "0.3.32"

[dependencies.pin-project-lite]
version = "0.2.17"

[dependencies.prost]
version = "0.14.4"

[dependencies.ractor]
version = "0.15.13"
features = ["monitors"]

[dependencies.ractor_cluster]
version = "0.15.13"
optional = true

[dependencies.smallvec]
version = "1.15.1"

[dependencies.thiserror]
version = "2.0.18"

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

[dev-dependencies.criterion]
version = "0.8.2"