jellyflow-layout 0.2.0

Optional headless graph layout adapters for Jellyflow.
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-layout"
version = "0.2.0"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Optional headless graph layout adapters for Jellyflow."
homepage = "https://github.com/Latias94/jellyflow"
documentation = "https://docs.rs/jellyflow-layout"
readme = "README.md"
keywords = [
    "graph",
    "node-graph",
    "layout",
    "dagre",
    "headless",
]
categories = [
    "algorithms",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/jellyflow"
resolver = "2"

[lib]
name = "jellyflow_layout"
path = "src/lib.rs"

[[bench]]
name = "layout_engines"
path = "benches/layout_engines.rs"
harness = false

[dependencies.dugong]
version = "0.8.0-alpha.1"

[dependencies.jellyflow-core]
version = "0.2.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.serde_json]
version = "1"

[lints.clippy]
doc_lazy_continuation = "allow"
new_without_default = "allow"

[lints.rust]
dead_code = "allow"