laminar-core 0.10.1

Core streaming engine for LaminarDB - reactor, operators, and state management
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"
name = "laminar-core"
version = "0.10.1"
authors = ["LaminarDB Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core streaming engine for LaminarDB - reactor, operators, and state management"
homepage = "https://laminardb.io"
documentation = "https://laminardb.io/api/laminar_core"
readme = false
license = "Apache-2.0"
repository = "https://github.com/laminardb/laminardb"

[features]
allocation-tracking = []
default = []
hwloc = ["dep:hwlocality"]
io-uring = ["dep:io-uring"]
xdp = ["dep:libbpf-rs"]

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arrayvec]
version = "0.7"

[dependencies.arrow]
version = "57.2"
default-features = true

[dependencies.arrow-array]
version = "57.2"

[dependencies.arrow-cast]
version = "57.2"

[dependencies.arrow-ipc]
version = "57.2"

[dependencies.arrow-schema]
version = "57.2"

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

[dependencies.bumpalo]
version = "3.19"

[dependencies.bytes]
version = "1.11"

[dependencies.chrono]
version = "0.4"

[dependencies.crossbeam]
version = "0.8"

[dependencies.fxhash]
version = "0.2"

[dependencies.hwlocality]
version = "1.0.0-alpha.8"
optional = true

[dependencies.memmap2]
version = "0.9"

[dependencies.num_cpus]
version = "1.17"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rkyv]
version = "0.8"
features = [
    "std",
    "alloc",
    "bytecheck",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "1.15"
features = [
    "const_new",
    "union",
]

[dependencies.sqlparser]
version = "0.60"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.9"

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

[dev-dependencies.tokio]
version = "1.49"
features = [
    "full",
    "test-util",
    "macros",
]

[target.'cfg(target_os = "linux")'.dependencies.io-uring]
version = "0.7"
optional = true

[target.'cfg(target_os = "linux")'.dependencies.libbpf-rs]
version = "0.26"
optional = true

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "windows")'.dependencies.winapi]
version = "0.3"
features = [
    "processthreadsapi",
    "winbase",
    "basetsd",
]