crb 0.0.26

CRB | Composable Runtime Blocks
Documentation
[dependencies.crb-agent]
version = "0.0.26"

[dependencies.crb-core]
version = "0.0.26"

[dependencies.crb-pipeline]
version = "0.0.26"

[dependencies.crb-runtime]
version = "0.0.26"

[dependencies.crb-send]
version = "0.0.26"

[dependencies.crb-superagent]
version = "0.0.26"

[dev-dependencies.anyhow]
version = "1.0.94"

[dev-dependencies.async-trait]
version = "0.1.83"

[dev-dependencies.console-subscriber]
version = "0.4.1"

[dev-dependencies.derive_more]
features = ["full"]
version = "1.0.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.42.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "CRB | Composable Runtime Blocks"
edition = "2021"
license = "MIT"
name = "crb"
readme = "README.md"
repository = "https://github.com/runtime-blocks/crb"
version = "0.0.26"

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

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

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

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

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

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

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

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