bb-ir 0.3.4

Foundation IR types for the bytesandbrains framework — prost-generated ONNX + `bb.core` proto bindings.
# 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-ir"
version = "0.3.4"
authors = ["Bytes & Brains"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Foundation IR types for the bytesandbrains framework — prost-generated ONNX + `bb.core` proto bindings."
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_ir"
path = "src/lib.rs"

[dependencies.bincode]
version = "1"

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

[dependencies.half]
version = "2"
features = ["serde"]
default-features = false

[dependencies.inventory]
version = "0.3"

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

[dependencies.prost]
version = "0.13"

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

[build-dependencies.prost-build]
version = "0.13"