manatee 0.4.0

Headless compound graph layout algorithms (COSE/FCoSE ports).
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.87"
name = "manatee"
version = "0.4.0"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless compound graph layout algorithms (COSE/FCoSE ports)."
homepage = "https://github.com/Latias94/merman"
documentation = "https://docs.rs/manatee"
readme = "README.md"
keywords = [
    "graph",
    "layout",
    "cose",
    "fcose",
]
categories = ["visualization"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/merman"
resolver = "2"

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

[dependencies.indexmap]
version = "2.2.6"
features = ["serde"]

[dependencies.nalgebra]
version = "0.34.1"
features = ["std"]
default-features = false

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.thiserror]
version = "2.0.11"