pureflow-runtime 0.1.0

Asupersync-backed async runtime for single-node execution in the Pureflow workflow engine
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-runtime"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Asupersync-backed async runtime for single-node execution in the Pureflow workflow engine"
readme = false
license = "MIT"
repository = "https://github.com/bhougland18/pureflow"
resolver = "2"

[features]
default = []
tracing = ["dep:tracing"]

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

[dependencies.asupersync]
version = "0.2.9"

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

[dependencies.tracing]
version = "0.1.44"
optional = true

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.pureflow-test-kit]
version = "0.1.0"

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