bb-runtime 0.3.4

Sans-IO engine for the bytesandbrains framework — Node, Engine, Framework, Backends, roles, snapshot, runtime-side syscalls.
# 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 = "2021"
rust-version = "1.86"
name = "bb-runtime"
version = "0.3.4"
authors = ["Bytes & Brains"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sans-IO engine for the bytesandbrains framework — Node, Engine, Framework, Backends, roles, snapshot, runtime-side syscalls."
homepage = "https://bytesandbrains.ai"
readme = false
keywords = [
    "machine-learning",
    "federated",
    "decentralized",
    "p2p",
    "onnx",
]
categories = [
    "science",
    "network-programming",
    "concurrency",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/Bytes-Brains/bytesandbrains"

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

[features]
default = []
test-components = []
tracing-otel = [
    "dep:tracing-subscriber",
    "dep:tracing-opentelemetry",
    "dep:opentelemetry",
    "dep:opentelemetry_sdk",
    "dep:opentelemetry-otlp",
]

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

[dependencies.atomic-waker]
version = "1"

[dependencies.bb-derive]
version = "0.3.4"

[dependencies.bb-ir]
version = "0.3.4"

[dependencies.bincode]
version = "1"

[dependencies.bs58]
version = "0.5"
features = ["alloc"]
default-features = false

[dependencies.concurrent-queue]
version = "2"

[dependencies.getrandom]
version = "0.2"

[dependencies.inventory]
version = "0.3"

[dependencies.opentelemetry]
version = "0.30"
optional = true

[dependencies.opentelemetry-otlp]
version = "0.30"
features = ["grpc-tonic"]
optional = true

[dependencies.opentelemetry_sdk]
version = "0.30"
optional = true

[dependencies.prost]
version = "0.13"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.31"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = ["registry"]
optional = true

[dependencies.unsigned-varint]
version = "0.8"

[dev-dependencies.multihash]
version = "0.19"
features = [
    "alloc",
    "serde",
]
default-features = false