bb-dsl 0.3.3

Authoring DSL for the bytesandbrains framework — Module trait, Graph, Output, contracts, placeholders, concrete-component plumbing.
# 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-dsl"
version = "0.3.3"
authors = ["Bytes & Brains"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authoring DSL for the bytesandbrains framework — Module trait, Graph, Output, contracts, placeholders, concrete-component plumbing."
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"

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

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

[dependencies.bb-runtime]
version = "0.3.3"

[dependencies.bincode]
version = "1"

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