pureflow-core 0.1.0

Core traits and runtime contracts for implementing Pureflow nodes: NodeExecutor, ports, messages, and errors
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"
name = "pureflow-core"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and runtime contracts for implementing Pureflow nodes: NodeExecutor, ports, messages, and errors"
readme = false
license = "MIT"
repository = "https://github.com/bhougland18/pureflow"
resolver = "2"

[features]
arrow = [
    "dep:arrow-array",
    "dep:arrow-schema",
]
default = []

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

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

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

[dependencies.arrow-array]
version = "58.1.0"
optional = true

[dependencies.arrow-schema]
version = "58.1.0"
optional = true

[dependencies.asupersync]
version = "0.2.9"

[dependencies.bytes]
version = "1.10.1"

[dependencies.pureflow-types]
version = "0.1.0"

[dependencies.pureflow-workflow]
version = "0.1.0"

[dependencies.serde_json]
version = "1.0.149"

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

[dev-dependencies.quickcheck]
version = "1.1.0"

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