[package]
name = "bb-ops"
description = "Canonical concrete components for the bytesandbrains framework — syscalls, wire transport, backends, protocols, role implementations."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
[lib]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[features]
default = ["cpu-backend"]
cpu-backend = ["dep:ndarray"]
test-components = []
[dependencies]
bb-ir = { path = "../bb-ir", version = "0.3.4" }
bb-dsl = { path = "../bb-dsl", version = "0.3.4" }
bb-runtime = { path = "../bb-runtime", version = "0.3.4", default-features = false }
bb-derive = { path = "../bb-derive", version = "0.3.4" }
prost = { workspace = true }
tracing = { workspace = true }
serde = { workspace = true }
bincode = { workspace = true }
inventory = "0.3"
ndarray = { workspace = true, optional = true }