[package]
edition = "2024"
rust-version = "1.95"
name = "jellyflow"
version = "0.2.0"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "User-friendly facade for the headless Jellyflow graph engine."
homepage = "https://github.com/Latias94/jellyflow"
documentation = "https://docs.rs/jellyflow"
readme = "README.md"
keywords = [
"graph",
"node-graph",
"flow",
"headless",
]
categories = [
"data-structures",
"gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/jellyflow"
resolver = "2"
[lib]
name = "jellyflow"
path = "src/lib.rs"
[[test]]
name = "public_surface"
path = "tests/public_surface.rs"
[dependencies.jellyflow-core]
version = "0.2.0"
[dependencies.jellyflow-layout]
version = "0.2.0"
[dependencies.jellyflow-runtime]
version = "0.2.0"