[package]
edition = "2024"
rust-version = "1.94"
name = "graphblocks-protocol"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reserved alpha crate for GraphBlocks"
homepage = "https://github.com/graphblocks/graphblocks"
documentation = "https://docs.rs/graphblocks-protocol"
readme = "README.md"
keywords = [
"ai",
"workflow",
"graph",
"runtime",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/graphblocks/graphblocks"
[lib]
name = "graphblocks_protocol"
path = "src/lib.rs"
[dependencies]