[package]
edition = "2021"
rust-version = "1.82"
name = "neco-nodegraph"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "necosystems series node graph data model with port-typed nodes and edges"
documentation = "https://docs.rs/neco-nodegraph"
readme = "README.md"
keywords = [
"node-graph",
"editor",
"dag",
"data-model",
"ports",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/barineco/neco-crates"
[features]
default = []
json = ["neco-json"]
[lib]
name = "neco_nodegraph"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.neco-json]
version = "0.1"
optional = true