[dependencies.crb-agent]
default-features = false
version = "0.0.35"
[dependencies.crb-core]
default-features = false
version = "0.0.35"
[dependencies.crb-runtime]
default-features = false
version = "0.0.35"
[dependencies.crb-send]
version = "0.0.35"
[dependencies.crb-superagent]
default-features = false
version = "0.0.35"
[dev-dependencies.anyhow]
version = "1.0.97"
[dev-dependencies.async-trait]
version = "0.1.88"
[dev-dependencies.console-subscriber]
version = "0.4.1"
[dev-dependencies.derive_more]
features = ["full"]
version = "2.0.1"
[dev-dependencies.futures]
version = "0.3.31"
[dev-dependencies.tokio]
version = "1.44.2"
[features]
default = ["std"]
std = ["crb-core/std", "crb-runtime/std"]
web = ["crb-core/web", "crb-runtime/web"]
[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 = "2024"
license = "BUSL-1.1"
name = "crb"
readme = "README.md"
repository = "https://github.com/runtime-blocks/crb"
resolver = "2"
version = "0.0.35"
[[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_streams"
path = "tests/test_streams.rs"
[[test]]
name = "test_supervisor"
path = "tests/test_supervisor.rs"
[[test]]
name = "test_termination"
path = "tests/test_termination.rs"
[[test]]
name = "test_trackable"
path = "tests/test_trackable.rs"
[[test]]
name = "test_uni_address"
path = "tests/test_uni_address.rs"