rskit-chain 0.2.0-alpha.3

Sequential chain execution pattern for rskit
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.91"
name = "rskit-chain"
version = "0.2.0-alpha.3"
authors = ["kbukum contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sequential chain execution pattern for rskit"
homepage = "https://github.com/kbukum/rskit"
documentation = "https://docs.rs/rskit-chain"
readme = "README.md"
keywords = [
    "chain",
    "sequential",
    "pipeline",
    "async",
]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/kbukum/rskit"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.rskit-errors]
version = "0.2.0-alpha.1"

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

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dev-dependencies.parking_lot]
version = "0.12"

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