[dependencies.burn]
features = ["fusion", "ndarray", "train"]
version = "0.19"
[dependencies.rand]
version = "0.9"
[dependencies.serde]
features = ["derive", "rc"]
version = "1"
[lib]
name = "block_graph"
path = "src/lib.rs"
[package]
authors = ["Aili Nierengarten <aili.nierengarten@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Uses the Burn library to provide block level graph neural network structure"
documentation = "https://docs.rs/block_graph"
edition = "2024"
license = "MIT"
name = "block-graph"
readme = "README.md"
repository = "https://github.com/8000thCube/block-graph"
version = "0.4.0"
[profile.test]
opt-level = 3