jellyflow 0.2.0

User-friendly facade for the headless Jellyflow graph engine.
Documentation
# 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 = "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"